From: Andreas Gruenbacher Date: Wed, 25 May 2016 10:46:47 +0000 (+0200) Subject: ocfs: fix ocfs2_xattr_user_get() argument name X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=84d86e6d30593381aae1a0a7fd6f5368c91beaa0;p=deliverable%2Flinux.git ocfs: fix ocfs2_xattr_user_get() argument name Signed-off-by: Andreas Gruenbacher Signed-off-by: Jiri Kosina --- diff --git a/fs/ocfs2/xattr.c b/fs/ocfs2/xattr.c index ad16995c9e7a..aee4bb8a3ebe 100644 --- a/fs/ocfs2/xattr.c +++ b/fs/ocfs2/xattr.c @@ -7342,7 +7342,7 @@ const struct xattr_handler ocfs2_xattr_trusted_handler = { * 'user' attributes support */ static int ocfs2_xattr_user_get(const struct xattr_handler *handler, - struct dentry *unusde, struct inode *inode, + struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) { struct ocfs2_super *osb = OCFS2_SB(inode->i_sb);