浏览代码

GFS2: LSF and LBD are now one and the same

As a result of this recent patch:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=b3a6ffe16b5cc48abe7db8d04882dc45280eb693
We only need to depend on LBD.

Reported-by: Fabio M. Di Nitto <fdinitto@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Steven Whitehouse 16 年之前
父节点
当前提交
0027ce681e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fs/gfs2/Kconfig

+ 1 - 1
fs/gfs2/Kconfig

@@ -1,6 +1,6 @@
 config GFS2_FS
 config GFS2_FS
 	tristate "GFS2 file system support"
 	tristate "GFS2 file system support"
-	depends on EXPERIMENTAL && (64BIT || (LSF && LBD))
+	depends on EXPERIMENTAL && (64BIT || LBD)
 	select FS_POSIX_ACL
 	select FS_POSIX_ACL
 	select CRC32
 	select CRC32
 	help
 	help