Commit 668a676d authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Nathan Scott

[XFS] Don't require ACL helpers for XFS

SGI Modid: 2.5.x-xfs:slinx:132176a
parent f301e28e
...@@ -1476,10 +1476,14 @@ config FS_MBCACHE ...@@ -1476,10 +1476,14 @@ config FS_MBCACHE
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 default m if EXT2_FS=m || EXT3_FS=m
# Posix ACL utility routines (for now, only ext2/ext3/jfs/xfs) # Posix ACL utility routines (for now, only ext2/ext3/jfs)
#
# NOTE: you can implement Posix ACLs without these helpers (XFS does).
# Never use this symbol for ifdefs.
#
config FS_POSIX_ACL config FS_POSIX_ACL
bool bool
depends on EXT2_FS_POSIX_ACL || EXT3_FS_POSIX_ACL || JFS_POSIX_ACL || XFS_POSIX_ACL depends on EXT2_FS_POSIX_ACL || EXT3_FS_POSIX_ACL || JFS_POSIX_ACL
default y default y
menu "Partition Types" menu "Partition Types"
......
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