[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 d147b53..7f7947e 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