From: Steven Whitehouse Date: Wed, 27 Feb 2008 17:56:27 +0000 (+0000) Subject: [GFS2] Need to ensure that sector_t is 64bits for GFS2 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=105284970ba7d0d0ff4b97e57728eac7adf6a42a;p=deliverable%2Flinux.git [GFS2] Need to ensure that sector_t is 64bits for GFS2 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 --- diff --git a/fs/gfs2/Kconfig b/fs/gfs2/Kconfig index d147b53ef527..7f7947e3dfbb 100644 --- a/fs/gfs2/Kconfig +++ b/fs/gfs2/Kconfig @@ -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