FS#7236 - cifs kernelmodul: kernel config suggestion
Attached to Project:
Arch Linux
Opened by Attila (attila) - Tuesday, 22 May 2007, 16:44 GMT
Last edited by Tobias Powalowski (tpowa) - Friday, 25 May 2007, 18:40 GMT
Opened by Attila (attila) - Tuesday, 22 May 2007, 16:44 GMT
Last edited by Tobias Powalowski (tpowa) - Friday, 25 May 2007, 18:40 GMT
|
Details
I play a little bit with using cifs instead of nfs as
network protocol and the first impression is very good.
That's why i recognize that in the kernel config for this
module stats and ea support is deactivated. I changed this
in my own kernel package without any errors but if necessary
i can do a test of your choice if wanted. This is what i
have changed (i hope the line breaks won't confuse):
old config | new config --------------------------------------| ------------------------------------- CONFIG_CIFS=m | CONFIG_CIFS=m # CONFIG_CIFS_STATS is not set | CONFIG_CIFS_STATS=y | # CONFIG_CIFS_STATS2 is not set # CONFIG_CIFS_WEAK_PW_HASH is not set | # CONFIG_CIFS_WEAK_PW_HASH is not set # CONFIG_CIFS_XATTR is not set | CONFIG_CIFS_XATTR=y | CONFIG_CIFS_POSIX=y # CONFIG_CIFS_DEBUG2 is not set | # CONFIG_CIFS_DEBUG2 is not set # CONFIG_CIFS_EXPERIMENTAL is not set | # CONFIG_CIFS_EXPERIMENTAL is not set |
This task depends upon
CONFIG_CIFS=m
CONFIG_CIFS_STATS=y
# CONFIG_CIFS_STATS2 is not set
# CONFIG_CIFS_WEAK_PW_HASH is not set
CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
# CONFIG_CIFS_DEBUG2 is not set
# CONFIG_CIFS_EXPERIMENTAL is not set