X-Git-Url: https://bbs.cooldavid.org/git/?a=blobdiff_plain;f=fs%2FKconfig;h=771f457402d4937c4ca29d448ab886b5d4959ae8;hb=HEAD;hp=3d185308ec883bd0c06be0d151385c65e15b3353;hpb=eb3bbf805f8509f03ee479becf8c2f00737e1efb;p=net-next-2.6.git diff --git a/fs/Kconfig b/fs/Kconfig index 3d185308ec8..771f457402d 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -47,6 +47,9 @@ source "fs/nilfs2/Kconfig" endif # BLOCK +config EXPORTFS + tristate + config FILE_LOCKING bool "Enable POSIX file locking API" if EMBEDDED default y @@ -59,7 +62,6 @@ source "fs/notify/Kconfig" source "fs/quota/Kconfig" -source "fs/autofs/Kconfig" source "fs/autofs4/Kconfig" source "fs/fuse/Kconfig" @@ -221,9 +223,6 @@ config LOCKD_V4 depends on FILE_LOCKING default y -config EXPORTFS - tristate - config NFS_ACL_SUPPORT tristate select FS_POSIX_ACL @@ -234,7 +233,6 @@ config NFS_COMMON default y source "net/sunrpc/Kconfig" -source "fs/smbfs/Kconfig" source "fs/ceph/Kconfig" source "fs/cifs/Kconfig" source "fs/ncpfs/Kconfig"