diff options
author | Fred Isaman <[email protected]> | 2009-04-23 16:40:32 +0300 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2009-04-24 13:28:31 -0700 |
commit | a5422a5111811401f7756345e4c237ff06cf6d1e (patch) | |
tree | 4744be4aba038150cd36f8ddcd2cf1e9ae9d8ab5 /net/unix/af_unix.c | |
parent | 91ac033d8377552d3654501a105ab55bf546940e (diff) |
lib: find_last_bit.o needed by a module only, move it from lib to obj
Currently, although find_last_bit is EXPORTed, it is statically linked
with the kernel and is referenced only under CONFIG_SMP.
When CONFIG_SMP is undefined and find_last_bit is referenced only by
modules, linking fails with:
ERROR: "find_last_bit" [fs/nfs/nfs.ko] undefined!
Cc: Rusty Russell <[email protected]>
Cc: Trond Myklebust <[email protected]>
Signed-off-by: Fred Isaman <[email protected]>
Signed-off-by: Benny Halevy <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions