Re: 2.6.15-rc1-mm2

From: Andy Whitcroft
Date: Fri Nov 18 2005 - 06:29:53 EST


Andrew Morton wrote:

> - cifs is busted when built as a module. Mysteriously.

Don't know if this is related, but it appears that there is a problem
linking it static. Specifically when you enable CONFIG_CIFS but not
CONFIG_CIFS_XATTR. It seems that get_sfu_uid_mode() uses
CIFSSMBQueryEA() which is only available when CIFS_XATTR is defined.
Oddly the error seems to be reported against the function which follows:

fs/built-in.o(.text+0x131520): In function `.cifs_get_inode_info':
: undefined reference to `.CIFSSMBQueryEA'
make: *** [.tmp_vmlinux1] Error 1

-apw
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/