X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fposix_acl.c;h=8a4a266beff39dda0be9ca39df74bc847fd0a2d3;hb=f66c6e6a840f94ad175c76fd51dc1af2f2d63cf3;hp=2c60f17e7d923f654c3cd8e4aec1cbdc61ba386f;hpb=bdc6b758e443c21c39a14c075e5b7e01f095b37b;p=karo-tx-linux.git diff --git a/fs/posix_acl.c b/fs/posix_acl.c index 2c60f17e7d92..8a4a266beff3 100644 --- a/fs/posix_acl.c +++ b/fs/posix_acl.c @@ -822,10 +822,10 @@ posix_acl_xattr_get(const struct xattr_handler *handler, static int posix_acl_xattr_set(const struct xattr_handler *handler, - struct dentry *dentry, const char *name, - const void *value, size_t size, int flags) + struct dentry *unused, struct inode *inode, + const char *name, const void *value, + size_t size, int flags) { - struct inode *inode = d_backing_inode(dentry); struct posix_acl *acl = NULL; int ret;