[Cluster-devel] [PATCH 05/18] fs: make posix_acl_chmod more useful

2013-12-11 Thread Christoph Hellwig
Rename the current posix_acl_chmod to __posix_acl_chmod and add a fully featured ACL chmod helper that uses the -set_acl inode operation. Signed-off-by: Christoph Hellwig h...@lst.de Reviewed-by: Jan Kara j...@suse.cz --- fs/9p/acl.c |2 +- fs/btrfs/acl.c|2 +-

Re: [Cluster-devel] [PATCH 05/18] fs: make posix_acl_chmod more useful

2013-12-02 Thread Jan Kara
On Sun 01-12-13 03:59:08, Christoph Hellwig wrote: Rename the current posix_acl_chmod to __posix_acl_chmod and add a fully featured ACL chmod helper that uses the -set_acl inode operation. Looks good. You can add: Reviewed-by: Jan Kara j...@suse.cz