Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231655
b: refs/heads/master
c: 16ebe91
h: refs/heads/master
i:
  231653: 86bff26
  231651: accd331
  231647: a766b39
v: v3
  • Loading branch information
Randy Dunlap authored and Al Viro committed Jan 17, 2011
1 parent bfe07a2 commit 07e6fee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 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: 3bc0ba4305fa99b32caac8c60df84a2f14fce228
refs/heads/master: 16ebe911eba8afa88879213dc4388f2dd701561e
17 changes: 8 additions & 9 deletions trunk/fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,6 @@ config FS_MBCACHE
source "fs/reiserfs/Kconfig"
source "fs/jfs/Kconfig"

config FS_POSIX_ACL
# Posix ACL utility routines (for now, only ext2/ext3/jfs/reiserfs/nfs4)
#
# NOTE: you can implement Posix ACLs without these helpers (XFS does).
# Never use this symbol for ifdefs.
#
bool
default n

source "fs/xfs/Kconfig"
source "fs/gfs2/Kconfig"
source "fs/ocfs2/Kconfig"
Expand All @@ -47,6 +38,14 @@ source "fs/nilfs2/Kconfig"

endif # BLOCK

# Posix ACL utility routines
#
# Note: Posix ACLs can be implemented without these helpers. Never use
# this symbol for ifdefs in core code.
#
config FS_POSIX_ACL
def_bool n

config EXPORTFS
tristate

Expand Down

0 comments on commit 07e6fee

Please sign in to comment.