summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorSteven Whitehouse2008-02-27 18:56:27 +0100
committerSteven Whitehouse2008-03-31 11:41:25 +0200
commit105284970ba7d0d0ff4b97e57728eac7adf6a42a (patch)
tree102a221328048fdd69963b09e49648d3c305aebb /fs
parent[GFS2] re-support special inode (diff)
downloadkernel-qcow2-linux-105284970ba7d0d0ff4b97e57728eac7adf6a42a.tar.gz
kernel-qcow2-linux-105284970ba7d0d0ff4b97e57728eac7adf6a42a.tar.xz
kernel-qcow2-linux-105284970ba7d0d0ff4b97e57728eac7adf6a42a.zip
[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 <swhiteho@redhat.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/gfs2/Kconfig2
1 files changed, 1 insertions, 1 deletions
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