diff options
author | Andreas Gruenbacher <agruenba@redhat.com> | 2016-05-25 06:46:47 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-06-21 07:22:56 -0400 |
commit | 84d86e6d30593381aae1a0a7fd6f5368c91beaa0 (patch) | |
tree | 95dd59e6b929077b0030195d8fd568112a0b9abb | |
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>
-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 = { | |||
7342 | * 'user' attributes support | 7342 | * 'user' attributes support |
7343 | */ | 7343 | */ |
7344 | static int ocfs2_xattr_user_get(const struct xattr_handler *handler, | 7344 | static int ocfs2_xattr_user_get(const struct xattr_handler *handler, |
7345 | struct dentry *unusde, struct inode *inode, | 7345 | struct dentry *unused, struct inode *inode, |
7346 | const char *name, void *buffer, size_t size) | 7346 | const char *name, void *buffer, size_t size) |
7347 | { | 7347 | { |
7348 | struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); | 7348 | struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); |