提交 40daa16a 编写于 作者: M Mark Fasheh

ocfs2: Uninline ocfs2_xattr_name_hash()

This is too big to be inlined.
Signed-off-by: NMark Fasheh <mfasheh@suse.com>
上级 a81cb88b
......@@ -144,11 +144,11 @@ static inline struct xattr_handler *ocfs2_xattr_handler(int name_index)
return handler;
}
static inline u32 ocfs2_xattr_name_hash(struct inode *inode,
char *prefix,
int prefix_len,
char *name,
int name_len)
static u32 ocfs2_xattr_name_hash(struct inode *inode,
char *prefix,
int prefix_len,
char *name,
int name_len)
{
/* Get hash value of uuid from super block */
u32 hash = OCFS2_SB(inode->i_sb)->uuid_hash;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册