[GFS2] Need to ensure that sector_t is 64bits for GFS2
authorSteven Whitehouse <swhiteho@redhat.com>
Wed, 27 Feb 2008 17:56:27 +0000 (17:56 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 31 Mar 2008 09:41:25 +0000 (10:41 +0100)
We need to ensure that sector_t is 64bits for GFS2, so that we need to
depend on LBD as well as LSF.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/Kconfig

index d147b53ef527f1a64ffb31c2d56d51df8aeef74a..7f7947e3dfbb4594f56581711c053772cc6cb18b 100644 (file)
@@ -1,6 +1,6 @@
 config GFS2_FS
        tristate "GFS2 file system support"
-       depends on EXPERIMENTAL && (64BIT || LSF)
+       depends on EXPERIMENTAL && (64BIT || (LSF && LBD))
        select FS_POSIX_ACL
        select CRC32
        help
This page took 0.028836 seconds and 5 git commands to generate.