Commit 6d937f0a authored by Linus Torvalds's avatar Linus Torvalds

Fix mbcache config dependency: if either EXT2 or EXT3 is compiled-in,

mbcache should be too. 
parent 9589f34f
...@@ -1473,8 +1473,8 @@ config ZISOFS_FS ...@@ -1473,8 +1473,8 @@ config ZISOFS_FS
config FS_MBCACHE config FS_MBCACHE
tristate tristate
depends on EXT2_FS_XATTR || EXT3_FS_XATTR depends on EXT2_FS_XATTR || EXT3_FS_XATTR
default m if EXT2_FS=m || EXT3_FS=m
default y if EXT2_FS=y || EXT3_FS=y default y if EXT2_FS=y || EXT3_FS=y
default m if EXT2_FS=m || EXT3_FS=m
# Posix ACL utility routines (for now, only ext2/ext3/jfs) # Posix ACL utility routines (for now, only ext2/ext3/jfs)
config FS_POSIX_ACL config FS_POSIX_ACL
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment