GFS2: LSF and LBD are now one and the same
authorSteven Whitehouse <swhiteho@redhat.com>
Tue, 6 Jan 2009 14:56:26 +0000 (14:56 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Wed, 7 Jan 2009 08:57:35 +0000 (08:57 +0000)
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>
fs/gfs2/Kconfig

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