ocfs2: Uninline ocfs2_xattr_name_hash()
[cascardo/linux.git] / fs / ocfs2 / xattr.c
index 64700c3..e21a1a8 100644 (file)
@@ -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;