From 84d86e6d30593381aae1a0a7fd6f5368c91beaa0 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Wed, 25 May 2016 12:46:47 +0200 Subject: ocfs: fix ocfs2_xattr_user_get() argument name Signed-off-by: Andreas Gruenbacher Signed-off-by: Jiri Kosina --- fs/ocfs2/xattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/ocfs2/xattr.c') 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); -- cgit