Skip to content

Commit

Permalink
[GFS2] Need to ensure that sector_t is 64bits for GFS2
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
swhiteho committed Mar 31, 2008
1 parent 43a33c5 commit 1052849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/gfs2/Kconfig
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1052849

Please sign in to comment.