Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84d86e6d authored by Andreas Gruenbacher's avatar Andreas Gruenbacher Committed by Jiri Kosina
Browse files

ocfs: fix ocfs2_xattr_user_get() argument name

parent ae0f1e64
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);