From c90ea65511b93027dcf7b370457fcbda14103e19 Mon Sep 17 00:00:00 2001 From: Richard Yao Date: Sat, 25 Aug 2012 17:16:23 -0400 Subject: [PATCH] Consistent menuconfig name Make name in Linux menuconfig consistent with those of other filesystems Signed-off-by: Richard Yao Signed-off-by: Brian Behlendorf Closes #897 --- copy-builtin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy-builtin b/copy-builtin index 164e81e1..fbe20dda 100755 --- a/copy-builtin +++ b/copy-builtin @@ -59,7 +59,7 @@ done cat > "$KERNEL_DIR/fs/zfs/Kconfig" <<"EOF" config ZFS - tristate "ZFS" + tristate "ZFS filesystem support" depends on SPL depends on EFI_PARTITION select ZLIB_INFLATE -- 2.39.5