ocfs2: Uninline ocfs2_xattr_name_hash()

This is too big to be inlined.

Signed-off-by: Mark Fasheh <mfasheh@suse.com>
This commit is contained in:
Mark Fasheh 2008-10-07 14:31:42 -07:00
parent a81cb88b64
commit 40daa16a34
1 changed files with 5 additions and 5 deletions

View File

@ -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,