diff --git a/fs/lustre/Kconfig b/fs/lustre/Kconfig index 2ea3f24..2eb7e45 100644 --- a/fs/lustre/Kconfig +++ b/fs/lustre/Kconfig @@ -9,6 +9,9 @@ config LUSTRE_FS select CRYPTO_SHA1 select CRYPTO_SHA256 select CRYPTO_SHA512 + select DEBUG_FS + select FHANDLE + select QUOTA depends on MULTIUSER help This option enables Lustre file system client support. Choose Y @@ -43,6 +46,7 @@ config LUSTRE_FS_POSIX_ACL config LUSTRE_DEBUG_EXPENSIVE_CHECK bool "Enable Lustre DEBUG checks" + select REFCOUNT_FULL depends on LUSTRE_FS help This option is mainly for debug purpose. It enables Lustre code to do
Lustre heavily depends on fhandles for its FID handling and needs quota always enabled. Signed-off-by: James Simmons <jsimmons@infradead.org> --- fs/lustre/Kconfig | 4 ++++ 1 file changed, 4 insertions(+)