]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
ocfs: fix ocfs2_xattr_user_get() argument name
authorAndreas Gruenbacher <agruenba@redhat.com>
Wed, 25 May 2016 10:46:47 +0000 (12:46 +0200)
committerJiri Kosina <jkosina@suse.cz>
Tue, 21 Jun 2016 11:22:56 +0000 (13:22 +0200)
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
fs/ocfs2/xattr.c

index ad16995c9e7aa8a62f50aed95c1e33e1be5b40a0..aee4bb8a3ebe7ceb090c2c74ca024d1c42ed34c1 100644 (file)
@@ -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);