]> git.baikalelectronics.ru Git - kernel.git/commit
ceph: fix posix ACL hooks
authorSage Weil <sage@inktank.com>
Wed, 29 Jan 2014 14:22:25 +0000 (06:22 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 30 Jan 2014 00:05:28 +0000 (16:05 -0800)
commit54de9cae12bc8ae1757c7eef88e976c59faad83b
treee165c2b610135f801489f13c7d8e3cbc3acfd3fc
parentfd63dea7a3517d0969d3fbbe3cde28dd80fcff78
ceph: fix posix ACL hooks

The merge of commit d829af625481 ("ceph: add acl for cephfs") raced with
upstream changes in the generic POSIX ACL code (eg commit 268cce53d6d4
"fs: add generic xattr_acl handlers" and others).

Some of the fallout was fixed in commit 26faec8e73c ("ceph: Fix up after
semantic merge conflict"), but it was incomplete: the set_acl
inode_operation wasn't getting set, and the prototype needed to be
adjusted a bit (it doesn't take a dentry anymore).

Signed-off-by: Sage Weil <sage@inktank.com>
Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ceph/acl.c
fs/ceph/dir.c
fs/ceph/inode.c
fs/ceph/super.h