9p: Enable 9P_FS_POSIX_ACL

svn path=/dists/trunk/linux-2.6/; revision=16633
This commit is contained in:
Ben Hutchings 2010-12-05 00:26:16 +00:00
parent 72831e718e
commit 912c03130e
2 changed files with 2 additions and 0 deletions

1
debian/changelog vendored
View File

@ -22,6 +22,7 @@ linux-2.6 (2.6.37~rc4-1~experimental.1) UNRELEASED; urgency=low
* debian/rules: Change 'clean' rule to remove package build directories
even after a version bump, thanks to Timo Juhani Lindfors
* dm: Deal with merge_bvec_fn in component devices better (Closes: #604457)
* 9p: Enable 9P_FS_POSIX_ACL
-- maximilian attems <max@stro.at> Wed, 31 Oct 2010 13:23:11 +0200

View File

@ -2896,6 +2896,7 @@ CONFIG_NETWORK_FILESYSTEMS=y
##
CONFIG_9P_FS=m
CONFIG_9P_FSCACHE=y
CONFIG_9P_FS_POSIX_ACL=y
##
## file: fs/adfs/Kconfig