Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117487
b: refs/heads/master
c: 2c51239
h: refs/heads/master
i:
  117485: 89e93a5
  117483: b894191
  117479: ce6f6ff
  117471: ce28746
v: v3
  • Loading branch information
Adrian Bunk authored and Al Viro committed Oct 23, 2008
1 parent 0d5dcfb commit 7d588b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f696a3659fc4b3a3bf4bc83d9dbec5e5a2ffd929
refs/heads/master: 2c512397ca060f6dbcb3957174a91e29a3b769be
7 changes: 4 additions & 3 deletions trunk/fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ source "fs/jbd2/Kconfig"
config FS_MBCACHE
# Meta block cache for Extended Attributes (ext2/ext3/ext4)
tristate
depends on EXT2_FS_XATTR || EXT3_FS_XATTR || EXT4_FS_XATTR
default y if EXT2_FS=y || EXT3_FS=y || EXT4_FS=y
default m if EXT2_FS=m || EXT3_FS=m || EXT4_FS=m
default y if EXT2_FS=y && EXT2_FS_XATTR
default y if EXT3_FS=y && EXT3_FS_XATTR
default y if EXT4_FS=y && EXT4_FS_XATTR
default m if EXT2_FS_XATTR || EXT3_FS_XATTR || EXT4_FS_XATTR

config REISERFS_FS
tristate "Reiserfs support"
Expand Down

0 comments on commit 7d588b0

Please sign in to comment.