Changes between Initial Version and Version 1 of Servers/virt_machines/kernel/compile_err


Ignore:
Timestamp:
Feb 19, 2009, 11:45:34 AM (15 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Servers/virt_machines/kernel/compile_err

    v1 v1  
     1{{{
     2/usr/src/lustre-1.6.6/lustre/llite/rw.c: In function ‘ll_file_lockless_io’:
     3/usr/src/lustre-1.6.6/lustre/llite/rw.c:2134: warning: passing argument 1 of ‘remove_suid’ from incompatible pointer type
     4/usr/src/lustre-1.6.6/lustre/llite/rw.c:2134: error: too many arguments to function ‘remove_suid’
     5make[6]: *** [/usr/src/lustre-1.6.6/lustre/llite/rw.o] Error 1
     6}}}
     7
     8 * 本來 kernel 的 remove_suid 只有一個參數 -> int remove_suid(struct path *path),[[BR]]但 lustre 的 remove_suid 卻需要兩個參數