For consistency with the other filesystems, rename the dentry argument to "unused" here. Signed-off-by: Andreas Gruenbacher <agruenba@xxxxxxxxxx> --- fs/ceph/xattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ceph/xattr.c b/fs/ceph/xattr.c index 0d66722..223f567 100644 --- a/fs/ceph/xattr.c +++ b/fs/ceph/xattr.c @@ -1042,7 +1042,7 @@ out: } static int ceph_get_xattr_handler(const struct xattr_handler *handler, - struct dentry *dentry, struct inode *inode, + struct dentry *unused, struct inode *inode, const char *name, void *value, size_t size) { if (!ceph_is_valid_xattr(name)) -- 2.5.5 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html