diff options
author | Andreas Gruenbacher <agruenba@redhat.com> | 2016-05-25 12:46:47 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-06-21 13:22:56 +0200 |
commit | 84d86e6d30593381aae1a0a7fd6f5368c91beaa0 (patch) | |
tree | 95dd59e6b929077b0030195d8fd568112a0b9abb /fs/ocfs2 | |
parent | ae0f1e642ea2b59a3efc1e210d07383ba1beb74e (diff) |
ocfs: fix ocfs2_xattr_user_get() argument name
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/ocfs2')
-rw-r--r-- | fs/ocfs2/xattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |