projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43a33c5
)
[GFS2] Need to ensure that sector_t is 64bits for GFS2
author
Steven Whitehouse
<swhiteho@redhat.com>
Wed, 27 Feb 2008 17:56:27 +0000
(17:56 +0000)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Mon, 31 Mar 2008 09:41:25 +0000
(10:41 +0100)
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>
fs/gfs2/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/fs/gfs2/Kconfig
b/fs/gfs2/Kconfig
index d147b53ef527f1a64ffb31c2d56d51df8aeef74a..7f7947e3dfbb4594f56581711c053772cc6cb18b 100644
(file)
--- 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