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

Commit 40daa16a authored by Mark Fasheh's avatar Mark Fasheh
Browse files

ocfs2: Uninline ocfs2_xattr_name_hash()



This is too big to be inlined.

Signed-off-by: default avatarMark Fasheh <mfasheh@suse.com>
parent a81cb88b
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -144,7 +144,7 @@ static inline struct xattr_handler *ocfs2_xattr_handler(int name_index)
	return handler;
}

static inline u32 ocfs2_xattr_name_hash(struct inode *inode,
static u32 ocfs2_xattr_name_hash(struct inode *inode,
				 char *prefix,
				 int prefix_len,
				 char *name,