Advertisement
Guest User

Untitled

a guest
Feb 18th, 2011
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.42 KB | None | 0 0
  1. root@noisy:/usr/src/linux-headers-2.6.38-999-generic# make SUBDIRS=/usr/src/ceph-client/net/ceph/
  2. CC [M] /usr/src/ceph-client/net/ceph/osd_client.o
  3. /usr/src/ceph-client/net/ceph/osd_client.c: In function ‘op_needs_trail’:
  4. /usr/src/ceph-client/net/ceph/osd_client.c:41: error: ‘CEPH_OSD_OP_NOTIFY’ undeclared (first use in this function)
  5. /usr/src/ceph-client/net/ceph/osd_client.c:41: error: (Each undeclared identifier is reported only once
  6. /usr/src/ceph-client/net/ceph/osd_client.c:41: error: for each function it appears in.)
  7. /usr/src/ceph-client/net/ceph/osd_client.c: In function ‘ceph_osdc_alloc_request’:
  8. /usr/src/ceph-client/net/ceph/osd_client.c:217: error: ‘struct ceph_osd_request’ has no member named ‘r_ling_item’
  9. /usr/src/ceph-client/net/ceph/osd_client.c:218: error: ‘struct ceph_osd_request’ has no member named ‘r_ling_osd’
  10. /usr/src/ceph-client/net/ceph/osd_client.c: In function ‘osd_req_encode_op’:
  11. /usr/src/ceph-client/net/ceph/osd_client.c:325: error: ‘CEPH_OSD_OP_NOTIFY’ undeclared (first use in this function)
  12. /usr/src/ceph-client/net/ceph/osd_client.c:327: error: ‘struct ceph_osd_req_op’ has no member named ‘watch’
  13. /usr/src/ceph-client/net/ceph/osd_client.c:328: error: ‘struct ceph_osd_req_op’ has no member named ‘watch’
  14. /usr/src/ceph-client/net/ceph/osd_client.c:337: error: ‘CEPH_OSD_OP_NOTIFY_ACK’ undeclared (first use in this function)
  15. /usr/src/ceph-client/net/ceph/osd_client.c:338: error: ‘CEPH_OSD_OP_WATCH’ undeclared (first use in this function)
  16. /usr/src/ceph-client/net/ceph/osd_client.c:339: error: ‘struct ceph_osd_op’ has no member named ‘watch’
  17. /usr/src/ceph-client/net/ceph/osd_client.c:339: error: ‘struct ceph_osd_req_op’ has no member named ‘watch’
  18. /usr/src/ceph-client/net/ceph/osd_client.c:340: error: ‘struct ceph_osd_op’ has no member named ‘watch’
  19. /usr/src/ceph-client/net/ceph/osd_client.c:340: error: ‘struct ceph_osd_req_op’ has no member named ‘watch’
  20. /usr/src/ceph-client/net/ceph/osd_client.c:341: error: ‘struct ceph_osd_op’ has no member named ‘watch’
  21. /usr/src/ceph-client/net/ceph/osd_client.c:341: error: ‘struct ceph_osd_req_op’ has no member named ‘watch’
  22. /usr/src/ceph-client/net/ceph/osd_client.c: In function ‘ceph_osdc_set_request_linger’:
  23. /usr/src/ceph-client/net/ceph/osd_client.c:495: error: ‘struct ceph_osd_request’ has no member named ‘r_linger’
  24. /usr/src/ceph-client/net/ceph/osd_client.c:498: error: ‘struct ceph_osd_request’ has no member named ‘r_linger’
  25. /usr/src/ceph-client/net/ceph/osd_client.c:503: error: ‘struct ceph_osd_request’ has no member named ‘r_linger’
  26. /usr/src/ceph-client/net/ceph/osd_client.c:504: error: implicit declaration of function ‘ceph_osdc_remove_ling_req’
  27. /usr/src/ceph-client/net/ceph/osd_client.c: In function ‘keep_ling_req’:
  28. /usr/src/ceph-client/net/ceph/osd_client.c:578: error: ‘struct ceph_osd_client’ has no member named ‘linger_mutex’
  29. /usr/src/ceph-client/net/ceph/osd_client.c:579: error: ‘struct ceph_osd_request’ has no member named ‘r_ling_item’
  30. /usr/src/ceph-client/net/ceph/osd_client.c:579: error: ‘struct ceph_osd_client’ has no member named ‘lingering_req’
  31. /usr/src/ceph-client/net/ceph/osd_client.c:580: error: ‘struct ceph_osd_request’ has no member named ‘r_ling_osd’
  32. /usr/src/ceph-client/net/ceph/osd_client.c:580: error: ‘struct ceph_osd’ has no member named ‘o_ling_requests’
  33. /usr/src/ceph-client/net/ceph/osd_client.c:581: error: ‘struct ceph_osd_client’ has no member named ‘linger_mutex’
  34. /usr/src/ceph-client/net/ceph/osd_client.c: In function ‘__remove_ling_req’:
  35. /usr/src/ceph-client/net/ceph/osd_client.c:587: error: ‘struct ceph_osd_request’ has no member named ‘r_ling_item’
  36. /usr/src/ceph-client/net/ceph/osd_client.c:588: error: ‘struct ceph_osd_request’ has no member named ‘r_ling_osd’
  37. /usr/src/ceph-client/net/ceph/osd_client.c: In function ‘__kick_osd_requests’:
  38. /usr/src/ceph-client/net/ceph/osd_client.c:609: error: ‘struct ceph_osd_client’ has no member named ‘req_unsent’
  39. /usr/src/ceph-client/net/ceph/osd_client.c:616: error: ‘struct ceph_osd_client’ has no member named ‘linger_mutex’
  40. /usr/src/ceph-client/net/ceph/osd_client.c:618: error: ‘struct ceph_osd_request’ has no member named ‘r_ling_item’
  41. /usr/src/ceph-client/net/ceph/osd_client.c:618: warning: type defaults to ‘int’ in declaration of ‘__mptr’
  42. /usr/src/ceph-client/net/ceph/osd_client.c:618: error: ‘struct ceph_osd_client’ has no member named ‘lingering_req’
  43. /usr/src/ceph-client/net/ceph/osd_client.c:618: error: ‘struct ceph_osd_request’ has no member named ‘r_ling_item’
  44. /usr/src/ceph-client/net/ceph/osd_client.c:618: error: ‘struct ceph_osd_request’ has no member named ‘r_ling_item’
  45. /usr/src/ceph-client/net/ceph/osd_client.c:618: warning: type defaults to ‘int’ in declaration of ‘__mptr’
  46. /usr/src/ceph-client/net/ceph/osd_client.c:618: error: ‘struct ceph_osd_request’ has no member named ‘r_ling_item’
  47. /usr/src/ceph-client/net/ceph/osd_client.c:618: error: ‘struct ceph_osd_request’ has no member named ‘r_ling_item’
  48. /usr/src/ceph-client/net/ceph/osd_client.c:618: warning: left-hand operand of comma expression has no effect
  49. /usr/src/ceph-client/net/ceph/osd_client.c:618: error: ‘struct ceph_osd_request’ has no member named ‘r_ling_item’
  50. /usr/src/ceph-client/net/ceph/osd_client.c:618: error: ‘struct ceph_osd_client’ has no member named ‘lingering_req’
  51. /usr/src/ceph-client/net/ceph/osd_client.c:618: error: ‘struct ceph_osd_request’ has no member named ‘r_ling_item’
  52. /usr/src/ceph-client/net/ceph/osd_client.c:618: warning: type defaults to ‘int’ in declaration of ‘__mptr’
  53. /usr/src/ceph-client/net/ceph/osd_client.c:618: error: ‘struct ceph_osd_request’ has no member named ‘r_ling_item’
  54. /usr/src/ceph-client/net/ceph/osd_client.c:618: error: ‘struct ceph_osd_request’ has no member named ‘r_ling_item’
  55. /usr/src/ceph-client/net/ceph/osd_client.c:631: error: ‘struct ceph_osd_client’ has no member named ‘linger_mutex’
  56. /usr/src/ceph-client/net/ceph/osd_client.c: In function ‘create_osd’:
  57. /usr/src/ceph-client/net/ceph/osd_client.c:674: error: ‘struct ceph_osd’ has no member named ‘o_ling_requests’
  58. /usr/src/ceph-client/net/ceph/osd_client.c: In function ‘__reset_osd’:
  59. /usr/src/ceph-client/net/ceph/osd_client.c:764: error: ‘struct ceph_osd_client’ has no member named ‘linger_mutex’
  60. /usr/src/ceph-client/net/ceph/osd_client.c:765: error: ‘struct ceph_osd’ has no member named ‘o_ling_requests’
  61. /usr/src/ceph-client/net/ceph/osd_client.c:766: error: ‘struct ceph_osd_client’ has no member named ‘linger_mutex’
  62. /usr/src/ceph-client/net/ceph/osd_client.c: In function ‘__unregister_request’:
  63. /usr/src/ceph-client/net/ceph/osd_client.c:884: error: ‘struct ceph_osd’ has no member named ‘o_ling_requests’
  64. /usr/src/ceph-client/net/ceph/osd_client.c:889: error: ‘struct ceph_osd_request’ has no member named ‘r_ling_item’
  65. /usr/src/ceph-client/net/ceph/osd_client.c: In function ‘__map_request’:
  66. /usr/src/ceph-client/net/ceph/osd_client.c:936: error: ‘struct ceph_osd_client’ has no member named ‘req_notarget’
  67. /usr/src/ceph-client/net/ceph/osd_client.c:974: error: ‘struct ceph_osd_client’ has no member named ‘req_notarget’
  68. /usr/src/ceph-client/net/ceph/osd_client.c:989: error: ‘struct ceph_osd_client’ has no member named ‘req_unsent’
  69. /usr/src/ceph-client/net/ceph/osd_client.c:991: error: ‘struct ceph_osd_client’ has no member named ‘req_notarget’
  70. /usr/src/ceph-client/net/ceph/osd_client.c: In function ‘send_queued’:
  71. /usr/src/ceph-client/net/ceph/osd_client.c:1033: error: ‘struct ceph_osd_client’ has no member named ‘req_unsent’
  72. /usr/src/ceph-client/net/ceph/osd_client.c:1033: error: ‘struct ceph_osd_client’ has no member named ‘req_unsent’
  73. /usr/src/ceph-client/net/ceph/osd_client.c: At top level:
  74. /usr/src/ceph-client/net/ceph/osd_client.c:1137: warning: conflicting types for ‘ceph_osdc_remove_ling_req’
  75. /usr/src/ceph-client/net/ceph/osd_client.c:504: note: previous implicit declaration of ‘ceph_osdc_remove_ling_req’ was here
  76. /usr/src/ceph-client/net/ceph/osd_client.c: In function ‘ceph_osdc_remove_ling_req’:
  77. /usr/src/ceph-client/net/ceph/osd_client.c:1140: error: ‘struct ceph_osd_client’ has no member named ‘linger_mutex’
  78. /usr/src/ceph-client/net/ceph/osd_client.c:1142: error: ‘struct ceph_osd_client’ has no member named ‘linger_mutex’
  79. /usr/src/ceph-client/net/ceph/osd_client.c: In function ‘handle_reply’:
  80. /usr/src/ceph-client/net/ceph/osd_client.c:1217: error: ‘struct ceph_osd_request’ has no member named ‘r_linger’
  81. /usr/src/ceph-client/net/ceph/osd_client.c:1237: error: ‘struct ceph_osd_request’ has no member named ‘r_linger’
  82. /usr/src/ceph-client/net/ceph/osd_client.c: In function ‘__kick_lingering_reqs’:
  83. /usr/src/ceph-client/net/ceph/osd_client.c:1271: error: ‘struct ceph_osd_client’ has no member named ‘linger_mutex’
  84. /usr/src/ceph-client/net/ceph/osd_client.c:1273: error: ‘struct ceph_osd_request’ has no member named ‘r_ling_item’
  85. /usr/src/ceph-client/net/ceph/osd_client.c:1273: warning: type defaults to ‘int’ in declaration of ‘__mptr’
  86. /usr/src/ceph-client/net/ceph/osd_client.c:1273: error: ‘struct ceph_osd_client’ has no member named ‘lingering_req’
  87. /usr/src/ceph-client/net/ceph/osd_client.c:1273: error: ‘struct ceph_osd_request’ has no member named ‘r_ling_item’
  88. /usr/src/ceph-client/net/ceph/osd_client.c:1273: error: ‘struct ceph_osd_request’ has no member named ‘r_ling_item’
  89. /usr/src/ceph-client/net/ceph/osd_client.c:1273: warning: type defaults to ‘int’ in declaration of ‘__mptr’
  90. /usr/src/ceph-client/net/ceph/osd_client.c:1273: error: ‘struct ceph_osd_request’ has no member named ‘r_ling_item’
  91. /usr/src/ceph-client/net/ceph/osd_client.c:1273: error: ‘struct ceph_osd_request’ has no member named ‘r_ling_item’
  92. /usr/src/ceph-client/net/ceph/osd_client.c:1273: warning: left-hand operand of comma expression has no effect
  93. /usr/src/ceph-client/net/ceph/osd_client.c:1273: error: ‘struct ceph_osd_request’ has no member named ‘r_ling_item’
  94. /usr/src/ceph-client/net/ceph/osd_client.c:1273: error: ‘struct ceph_osd_client’ has no member named ‘lingering_req’
  95. /usr/src/ceph-client/net/ceph/osd_client.c:1273: error: ‘struct ceph_osd_request’ has no member named ‘r_ling_item’
  96. /usr/src/ceph-client/net/ceph/osd_client.c:1273: warning: type defaults to ‘int’ in declaration of ‘__mptr’
  97. /usr/src/ceph-client/net/ceph/osd_client.c:1273: error: ‘struct ceph_osd_request’ has no member named ‘r_ling_item’
  98. /usr/src/ceph-client/net/ceph/osd_client.c:1273: error: ‘struct ceph_osd_request’ has no member named ‘r_ling_item’
  99. /usr/src/ceph-client/net/ceph/osd_client.c:1301: error: ‘struct ceph_osd_client’ has no member named ‘linger_mutex’
  100. /usr/src/ceph-client/net/ceph/osd_client.c: At top level:
  101. /usr/src/ceph-client/net/ceph/osd_client.c:1458: warning: ‘struct ceph_osdc_watcher’ declared inside parameter list
  102. /usr/src/ceph-client/net/ceph/osd_client.c:1458: warning: its scope is only this definition or declaration, which is probably not what you want
  103. /usr/src/ceph-client/net/ceph/osd_client.c: In function ‘__insert_watcher’:
  104. /usr/src/ceph-client/net/ceph/osd_client.c:1460: error: ‘struct ceph_osd_client’ has no member named ‘watch_tree’
  105. /usr/src/ceph-client/net/ceph/osd_client.c:1466: error: dereferencing pointer to incomplete type
  106. /usr/src/ceph-client/net/ceph/osd_client.c:1466: warning: type defaults to ‘int’ in declaration of ‘__mptr’
  107. /usr/src/ceph-client/net/ceph/osd_client.c:1466: warning: initialization from incompatible pointer type
  108. /usr/src/ceph-client/net/ceph/osd_client.c:1466: error: invalid use of undefined type ‘struct ceph_osdc_watcher’
  109. /usr/src/ceph-client/net/ceph/osd_client.c:1467: error: dereferencing pointer to incomplete type
  110. /usr/src/ceph-client/net/ceph/osd_client.c:1467: error: dereferencing pointer to incomplete type
  111. /usr/src/ceph-client/net/ceph/osd_client.c:1469: error: dereferencing pointer to incomplete type
  112. /usr/src/ceph-client/net/ceph/osd_client.c:1469: error: dereferencing pointer to incomplete type
  113. /usr/src/ceph-client/net/ceph/osd_client.c:1475: error: dereferencing pointer to incomplete type
  114. /usr/src/ceph-client/net/ceph/osd_client.c:1476: error: dereferencing pointer to incomplete type
  115. /usr/src/ceph-client/net/ceph/osd_client.c:1476: error: ‘struct ceph_osd_client’ has no member named ‘watch_tree’
  116. /usr/src/ceph-client/net/ceph/osd_client.c: In function ‘__find_watcher’:
  117. /usr/src/ceph-client/net/ceph/osd_client.c:1482: error: ‘struct ceph_osd_client’ has no member named ‘watch_tree’
  118. /usr/src/ceph-client/net/ceph/osd_client.c:1488: error: dereferencing pointer to incomplete type
  119. /usr/src/ceph-client/net/ceph/osd_client.c:1488: warning: type defaults to ‘int’ in declaration of ‘__mptr’
  120. /usr/src/ceph-client/net/ceph/osd_client.c:1488: warning: initialization from incompatible pointer type
  121. /usr/src/ceph-client/net/ceph/osd_client.c:1488: error: invalid use of undefined type ‘struct ceph_osdc_watcher’
  122. /usr/src/ceph-client/net/ceph/osd_client.c:1489: error: dereferencing pointer to incomplete type
  123. /usr/src/ceph-client/net/ceph/osd_client.c:1491: error: dereferencing pointer to incomplete type
  124. /usr/src/ceph-client/net/ceph/osd_client.c: In function ‘__remove_watcher’:
  125. /usr/src/ceph-client/net/ceph/osd_client.c:1501: error: dereferencing pointer to incomplete type
  126. /usr/src/ceph-client/net/ceph/osd_client.c:1501: warning: type defaults to ‘int’ in declaration of ‘__mptr’
  127. /usr/src/ceph-client/net/ceph/osd_client.c:1501: warning: initialization from incompatible pointer type
  128. /usr/src/ceph-client/net/ceph/osd_client.c:1501: error: invalid use of undefined type ‘struct ceph_osdc_watcher’
  129. /usr/src/ceph-client/net/ceph/osd_client.c:1504: error: dereferencing pointer to incomplete type
  130. /usr/src/ceph-client/net/ceph/osd_client.c:1506: error: dereferencing pointer to incomplete type
  131. /usr/src/ceph-client/net/ceph/osd_client.c:1506: error: ‘struct ceph_osd_client’ has no member named ‘watch_tree’
  132. /usr/src/ceph-client/net/ceph/osd_client.c: In function ‘ceph_osdc_find_watcher’:
  133. /usr/src/ceph-client/net/ceph/osd_client.c:1515: error: ‘struct ceph_osd_client’ has no member named ‘watch_lock’
  134. /usr/src/ceph-client/net/ceph/osd_client.c:1517: error: dereferencing pointer to incomplete type
  135. /usr/src/ceph-client/net/ceph/osd_client.c:1518: error: ‘struct ceph_osd_client’ has no member named ‘watch_lock’
  136. /usr/src/ceph-client/net/ceph/osd_client.c: In function ‘ceph_osdc_put_watcher’:
  137. /usr/src/ceph-client/net/ceph/osd_client.c:1525: error: dereferencing pointer to incomplete type
  138. /usr/src/ceph-client/net/ceph/osd_client.c:1527: error: ‘struct ceph_osd_client’ has no member named ‘watch_lock’
  139. /usr/src/ceph-client/net/ceph/osd_client.c:1528: error: dereferencing pointer to incomplete type
  140. /usr/src/ceph-client/net/ceph/osd_client.c:1529: error: ‘struct ceph_osd_client’ has no member named ‘watch_lock’
  141. /usr/src/ceph-client/net/ceph/osd_client.c: In function ‘ceph_osdc_get_watcher’:
  142. /usr/src/ceph-client/net/ceph/osd_client.c:1535: error: dereferencing pointer to incomplete type
  143. /usr/src/ceph-client/net/ceph/osd_client.c:1537: error: ‘struct ceph_osd_client’ has no member named ‘watch_lock’
  144. /usr/src/ceph-client/net/ceph/osd_client.c:1538: error: dereferencing pointer to incomplete type
  145. /usr/src/ceph-client/net/ceph/osd_client.c:1539: error: ‘struct ceph_osd_client’ has no member named ‘watch_lock’
  146. /usr/src/ceph-client/net/ceph/osd_client.c: In function ‘watcher_work’:
  147. /usr/src/ceph-client/net/ceph/osd_client.c:1544: error: dereferencing pointer to incomplete type
  148. /usr/src/ceph-client/net/ceph/osd_client.c:1544: warning: type defaults to ‘int’ in declaration of ‘__mptr’
  149. /usr/src/ceph-client/net/ceph/osd_client.c:1544: warning: initialization from incompatible pointer type
  150. /usr/src/ceph-client/net/ceph/osd_client.c:1544: error: invalid use of undefined type ‘struct ceph_osdc_watch_work’
  151. /usr/src/ceph-client/net/ceph/osd_client.c:1546: error: dereferencing pointer to incomplete type
  152. /usr/src/ceph-client/net/ceph/osd_client.c:1547: error: dereferencing pointer to incomplete type
  153. /usr/src/ceph-client/net/ceph/osd_client.c:1548: error: dereferencing pointer to incomplete type
  154. /usr/src/ceph-client/net/ceph/osd_client.c:1549: error: dereferencing pointer to incomplete type
  155. /usr/src/ceph-client/net/ceph/osd_client.c:1551: error: dereferencing pointer to incomplete type
  156. /usr/src/ceph-client/net/ceph/osd_client.c:1551: error: dereferencing pointer to incomplete type
  157. /usr/src/ceph-client/net/ceph/osd_client.c:1552: error: dereferencing pointer to incomplete type
  158. /usr/src/ceph-client/net/ceph/osd_client.c:1553: error: dereferencing pointer to incomplete type
  159. /usr/src/ceph-client/net/ceph/osd_client.c: In function ‘ceph_osdc_register_notify_msg’:
  160. /usr/src/ceph-client/net/ceph/osd_client.c:1566: error: dereferencing pointer to incomplete type
  161. /usr/src/ceph-client/net/ceph/osd_client.c:1570: error: dereferencing pointer to incomplete type
  162. /usr/src/ceph-client/net/ceph/osd_client.c:1571: error: dereferencing pointer to incomplete type
  163. /usr/src/ceph-client/net/ceph/osd_client.c:1572: error: dereferencing pointer to incomplete type
  164. /usr/src/ceph-client/net/ceph/osd_client.c:1573: error: dereferencing pointer to incomplete type
  165. /usr/src/ceph-client/net/ceph/osd_client.c:1574: error: dereferencing pointer to incomplete type
  166. /usr/src/ceph-client/net/ceph/osd_client.c:1575: error: dereferencing pointer to incomplete type
  167. /usr/src/ceph-client/net/ceph/osd_client.c:1577: error: ‘struct ceph_osd_client’ has no member named ‘watch_lock’
  168. /usr/src/ceph-client/net/ceph/osd_client.c:1578: error: dereferencing pointer to incomplete type
  169. /usr/src/ceph-client/net/ceph/osd_client.c:1578: error: ‘struct ceph_osd_client’ has no member named ‘watch_count’
  170. /usr/src/ceph-client/net/ceph/osd_client.c:1579: warning: passing argument 2 of ‘__insert_watcher’ from incompatible pointer type
  171. /usr/src/ceph-client/net/ceph/osd_client.c:1457: note: expected ‘struct ceph_osdc_watcher *’ but argument is of type ‘struct ceph_osdc_watcher *’
  172. /usr/src/ceph-client/net/ceph/osd_client.c:1580: error: ‘struct ceph_osd_client’ has no member named ‘watch_lock’
  173. /usr/src/ceph-client/net/ceph/osd_client.c: In function ‘handle_watch_notify’:
  174. /usr/src/ceph-client/net/ceph/osd_client.c:1615: error: dereferencing pointer to incomplete type
  175. /usr/src/ceph-client/net/ceph/osd_client.c:1616: error: dereferencing pointer to incomplete type
  176. /usr/src/ceph-client/net/ceph/osd_client.c:1616: error: dereferencing pointer to incomplete type
  177. /usr/src/ceph-client/net/ceph/osd_client.c:1616: error: dereferencing pointer to incomplete type
  178. /usr/src/ceph-client/net/ceph/osd_client.c:1616: error: dereferencing pointer to incomplete type
  179. /usr/src/ceph-client/net/ceph/osd_client.c:1621: error: dereferencing pointer to incomplete type
  180. /usr/src/ceph-client/net/ceph/osd_client.c:1622: error: dereferencing pointer to incomplete type
  181. /usr/src/ceph-client/net/ceph/osd_client.c:1623: error: dereferencing pointer to incomplete type
  182. /usr/src/ceph-client/net/ceph/osd_client.c:1624: error: dereferencing pointer to incomplete type
  183. /usr/src/ceph-client/net/ceph/osd_client.c:1625: error: ‘struct ceph_osd_client’ has no member named ‘notify_wq’
  184. /usr/src/ceph-client/net/ceph/osd_client.c:1625: error: dereferencing pointer to incomplete type
  185. /usr/src/ceph-client/net/ceph/osd_client.c:1634: error: dereferencing pointer to incomplete type
  186. /usr/src/ceph-client/net/ceph/osd_client.c: In function ‘ceph_osdc_wait_watch_notify’:
  187. /usr/src/ceph-client/net/ceph/osd_client.c:1651: error: dereferencing pointer to incomplete type
  188. /usr/src/ceph-client/net/ceph/osd_client.c:1653: error: dereferencing pointer to incomplete type
  189. /usr/src/ceph-client/net/ceph/osd_client.c: In function ‘ceph_osdc_init’:
  190. /usr/src/ceph-client/net/ceph/osd_client.c:1788: error: ‘struct ceph_osd_client’ has no member named ‘linger_mutex’
  191. /usr/src/ceph-client/net/ceph/osd_client.c:1792: error: ‘struct ceph_osd_client’ has no member named ‘lingering_req’
  192. /usr/src/ceph-client/net/ceph/osd_client.c:1795: error: ‘struct ceph_osd_client’ has no member named ‘req_unsent’
  193. /usr/src/ceph-client/net/ceph/osd_client.c:1796: error: ‘struct ceph_osd_client’ has no member named ‘req_notarget’
  194. /usr/src/ceph-client/net/ceph/osd_client.c:1800: error: ‘struct ceph_osd_client’ has no member named ‘watch_lock’
  195. /usr/src/ceph-client/net/ceph/osd_client.c:1800: error: ‘struct ceph_osd_client’ has no member named ‘watch_lock’
  196. /usr/src/ceph-client/net/ceph/osd_client.c:1801: error: ‘struct ceph_osd_client’ has no member named ‘watch_tree’
  197. /usr/src/ceph-client/net/ceph/osd_client.c:1802: error: ‘struct ceph_osd_client’ has no member named ‘watch_count’
  198. /usr/src/ceph-client/net/ceph/osd_client.c:1823: error: ‘struct ceph_osd_client’ has no member named ‘notify_wq’
  199. /usr/src/ceph-client/net/ceph/osd_client.c:1824: error: ‘struct ceph_osd_client’ has no member named ‘notify_wq’
  200. /usr/src/ceph-client/net/ceph/osd_client.c:1825: error: ‘struct ceph_osd_client’ has no member named ‘notify_wq’
  201. /usr/src/ceph-client/net/ceph/osd_client.c:1826: error: ‘struct ceph_osd_client’ has no member named ‘notify_wq’
  202. /usr/src/ceph-client/net/ceph/osd_client.c: In function ‘ceph_osdc_stop’:
  203. /usr/src/ceph-client/net/ceph/osd_client.c:1842: error: ‘struct ceph_osd_client’ has no member named ‘notify_wq’
  204. /usr/src/ceph-client/net/ceph/osd_client.c:1843: error: ‘struct ceph_osd_client’ has no member named ‘notify_wq’
  205. /usr/src/ceph-client/net/ceph/osd_client.c: In function ‘dispatch’:
  206. /usr/src/ceph-client/net/ceph/osd_client.c:1959: error: ‘CEPH_MSG_WATCH_NOTIFY’ undeclared (first use in this function)
  207. /usr/src/ceph-client/net/ceph/osd_client.c: In function ‘alloc_msg’:
  208. /usr/src/ceph-client/net/ceph/osd_client.c:2055: error: ‘CEPH_MSG_WATCH_NOTIFY’ undeclared (first use in this function)
  209. make[1]: *** [/usr/src/ceph-client/net/ceph/osd_client.o] Error 1
  210. make: *** [_module_/usr/src/ceph-client/net/ceph] Error 2
  211. root@noisy:/usr/src/linux-headers-2.6.38-999-generic#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement