Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 10528497 authored by Steven Whitehouse's avatar Steven Whitehouse
Browse files

[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: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent 43a33c53
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
config GFS2_FS
config GFS2_FS
	tristate "GFS2 file system support"
	tristate "GFS2 file system support"
	depends on EXPERIMENTAL && (64BIT || LSF)
	depends on EXPERIMENTAL && (64BIT || (LSF && LBD))
	select FS_POSIX_ACL
	select FS_POSIX_ACL
	select CRC32
	select CRC32
	help
	help