Advertisement
infected_

Untitled

Oct 11th, 2015
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.29 KB | None | 0 0
  1. CC arch/arm/mach-msm/modem_notifier.o
  2. CC arch/arm/kernel/stacktrace.o
  3. CC ipc/msgutil.o
  4. CC ipc/msg.o
  5. CC mm/mempool.o
  6. CC ipc/sem.o
  7. CC ipc/shm.o
  8. CC arch/arm/mm/copypage-v6.o
  9. CC kernel/panic.o
  10. CC arch/arm/mm/context.o
  11. AS arch/arm/mm/tlb-v7.o
  12. CC fs/file_table.o
  13. CC mm/oom_kill.o
  14. CC arch/arm/kernel/sys_arm.o
  15. CC kernel/printk.o
  16. CC arch/arm/kernel/time.o
  17. CC arch/arm/mach-msm/subsystem_map.o
  18. AS arch/arm/mm/proc-v7.o
  19. CC ipc/ipcns_notifier.o
  20. In file included from /mnt/Building/cyan_12/kernel/sony/msm8x60/fs/file_table.c:23:0:
  21. /mnt/Building/cyan_12/kernel/sony/msm8x60/fs/file_table.c: In function 'file_sb_list_add':
  22. /mnt/Building/cyan_12/kernel/sony/msm8x60/fs/file_table.c:424:16: warning: taking address of expression of type 'void'
  23. lg_local_lock(&files_lglock);
  24. ^
  25. /mnt/Building/cyan_12/kernel/sony/msm8x60/include/linux/lglock.h:39:29: note: in definition of macro 'lg_local_lock'
  26. #define lg_local_lock(name) name##_local_lock()
  27. ^
  28. /mnt/Building/cyan_12/kernel/sony/msm8x60/fs/file_table.c:424:16: error: lvalue required as unary '&' operand
  29. lg_local_lock(&files_lglock);
  30. ^
  31. /mnt/Building/cyan_12/kernel/sony/msm8x60/include/linux/lglock.h:39:29: note: in definition of macro 'lg_local_lock'
  32. #define lg_local_lock(name) name##_local_lock()
  33. ^
  34. /mnt/Building/cyan_12/kernel/sony/msm8x60/fs/file_table.c:426:18: warning: taking address of expression of type 'void'
  35. lg_local_unlock(&files_lglock);
  36. ^
  37. /mnt/Building/cyan_12/kernel/sony/msm8x60/include/linux/lglock.h:40:31: note: in definition of macro 'lg_local_unlock'
  38. #define lg_local_unlock(name) name##_local_unlock()
  39. ^
  40. /mnt/Building/cyan_12/kernel/sony/msm8x60/fs/file_table.c:426:18: error: lvalue required as unary '&' operand
  41. lg_local_unlock(&files_lglock);
  42. ^
  43. /mnt/Building/cyan_12/kernel/sony/msm8x60/include/linux/lglock.h:40:31: note: in definition of macro 'lg_local_unlock'
  44. #define lg_local_unlock(name) name##_local_unlock()
  45. ^
  46. /mnt/Building/cyan_12/kernel/sony/msm8x60/fs/file_table.c: In function 'file_sb_list_del':
  47. /mnt/Building/cyan_12/kernel/sony/msm8x60/fs/file_table.c:439:21: warning: taking address of expression of type 'void'
  48. lg_local_lock_cpu(&files_lglock, file_list_cpu(file));
  49. ^
  50. /mnt/Building/cyan_12/kernel/sony/msm8x60/include/linux/lglock.h:41:38: note: in definition of macro 'lg_local_lock_cpu'
  51. #define lg_local_lock_cpu(name, cpu) name##_local_lock_cpu(cpu)
  52. ^
  53. /mnt/Building/cyan_12/kernel/sony/msm8x60/fs/file_table.c:439:21: error: lvalue required as unary '&' operand
  54. lg_local_lock_cpu(&files_lglock, file_list_cpu(file));
  55. ^
  56. /mnt/Building/cyan_12/kernel/sony/msm8x60/include/linux/lglock.h:41:38: note: in definition of macro 'lg_local_lock_cpu'
  57. #define lg_local_lock_cpu(name, cpu) name##_local_lock_cpu(cpu)
  58. ^
  59. /mnt/Building/cyan_12/kernel/sony/msm8x60/fs/file_table.c:441:23: warning: taking address of expression of type 'void'
  60. lg_local_unlock_cpu(&files_lglock, file_list_cpu(file));
  61. ^
  62. /mnt/Building/cyan_12/kernel/sony/msm8x60/include/linux/lglock.h:42:40: note: in definition of macro 'lg_local_unlock_cpu'
  63. #define lg_local_unlock_cpu(name, cpu) name##_local_unlock_cpu(cpu)
  64. ^
  65. /mnt/Building/cyan_12/kernel/sony/msm8x60/fs/file_table.c:441:23: error: lvalue required as unary '&' operand
  66. lg_local_unlock_cpu(&files_lglock, file_list_cpu(file));
  67. ^
  68. /mnt/Building/cyan_12/kernel/sony/msm8x60/include/linux/lglock.h:42:40: note: in definition of macro 'lg_local_unlock_cpu'
  69. #define lg_local_unlock_cpu(name, cpu) name##_local_unlock_cpu(cpu)
  70. ^
  71. /mnt/Building/cyan_12/kernel/sony/msm8x60/fs/file_table.c: In function 'mark_files_ro':
  72. /mnt/Building/cyan_12/kernel/sony/msm8x60/fs/file_table.c:488:17: warning: taking address of expression of type 'void'
  73. lg_global_lock(&files_lglock);
  74. ^
  75. /mnt/Building/cyan_12/kernel/sony/msm8x60/include/linux/lglock.h:43:30: note: in definition of macro 'lg_global_lock'
  76. #define lg_global_lock(name) name##_global_lock()
  77. ^
  78. /mnt/Building/cyan_12/kernel/sony/msm8x60/fs/file_table.c:488:17: error: lvalue required as unary '&' operand
  79. lg_global_lock(&files_lglock);
  80. ^
  81. /mnt/Building/cyan_12/kernel/sony/msm8x60/include/linux/lglock.h:43:30: note: in definition of macro 'lg_global_lock'
  82. #define lg_global_lock(name) name##_global_lock()
  83. ^
  84. /mnt/Building/cyan_12/kernel/sony/msm8x60/fs/file_table.c:505:20: warning: taking address of expression of type 'void'
  85. lg_global_unlock(&files_lglock);
  86. ^
  87. /mnt/Building/cyan_12/kernel/sony/msm8x60/include/linux/lglock.h:44:32: note: in definition of macro 'lg_global_unlock'
  88. #define lg_global_unlock(name) name##_global_unlock()
  89. ^
  90. /mnt/Building/cyan_12/kernel/sony/msm8x60/fs/file_table.c:505:20: error: lvalue required as unary '&' operand
  91. lg_global_unlock(&files_lglock);
  92. ^
  93. /mnt/Building/cyan_12/kernel/sony/msm8x60/include/linux/lglock.h:44:32: note: in definition of macro 'lg_global_unlock'
  94. #define lg_global_unlock(name) name##_global_unlock()
  95. ^
  96. /mnt/Building/cyan_12/kernel/sony/msm8x60/fs/file_table.c:510:19: warning: taking address of expression of type 'void'
  97. lg_global_unlock(&files_lglock);
  98. ^
  99. /mnt/Building/cyan_12/kernel/sony/msm8x60/include/linux/lglock.h:44:32: note: in definition of macro 'lg_global_unlock'
  100. #define lg_global_unlock(name) name##_global_unlock()
  101. ^
  102. /mnt/Building/cyan_12/kernel/sony/msm8x60/fs/file_table.c:510:19: error: lvalue required as unary '&' operand
  103. lg_global_unlock(&files_lglock);
  104. ^
  105. /mnt/Building/cyan_12/kernel/sony/msm8x60/include/linux/lglock.h:44:32: note: in definition of macro 'lg_global_unlock'
  106. #define lg_global_unlock(name) name##_global_unlock()
  107. ^
  108. /mnt/Building/cyan_12/kernel/sony/msm8x60/fs/file_table.c: In function 'files_init':
  109. /mnt/Building/cyan_12/kernel/sony/msm8x60/fs/file_table.c:528:44: error: macro "lg_lock_init" passed 2 arguments, but takes just 1
  110. lg_lock_init(&files_lglock, "files_lglock");
  111. ^
  112. /mnt/Building/cyan_12/kernel/sony/msm8x60/fs/file_table.c:528:2: error: 'lg_lock_init' undeclared (first use in this function)
  113. lg_lock_init(&files_lglock, "files_lglock");
  114. ^
  115. /mnt/Building/cyan_12/kernel/sony/msm8x60/fs/file_table.c:528:2: note: each undeclared identifier is reported only once for each function it appears in
  116. CC ipc/syscall.o
  117. make[3]: *** [fs/file_table.o] Error 1
  118. make[2]: *** [fs] Error 2
  119. make[2]: *** Waiting for unfinished jobs....
  120. CC mm/fadvise.o
  121. CC ipc/ipc_sysctl.o
  122. LD ipc/built-in.o
  123. CC mm/maccess.o
  124. CC arch/arm/mach-msm/cpufreq.o
  125. CC arch/arm/kernel/traps.o
  126. LD arch/arm/mm/built-in.o
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement