mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
[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>
This commit is contained in:
parent
43a33c53cc
commit
105284970b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue