瀏覽代碼

ocfs2: Uninline ocfs2_xattr_name_hash()

This is too big to be inlined.

Signed-off-by: Mark Fasheh <mfasheh@suse.com>
Mark Fasheh 16 年之前
父節點
當前提交
40daa16a34
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      fs/ocfs2/xattr.c

+ 5 - 5
fs/ocfs2/xattr.c

@@ -144,11 +144,11 @@ static inline struct xattr_handler *ocfs2_xattr_handler(int name_index)
 	return handler;
 	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 */
 	/* Get hash value of uuid from super block */
 	u32 hash = OCFS2_SB(inode->i_sb)->uuid_hash;
 	u32 hash = OCFS2_SB(inode->i_sb)->uuid_hash;