projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a81cb88
)
ocfs2: Uninline ocfs2_xattr_name_hash()
author
Mark Fasheh
<mfasheh@suse.com>
Tue, 7 Oct 2008 21:31:42 +0000
(14:31 -0700)
committer
Mark Fasheh
<mfasheh@suse.com>
Tue, 14 Oct 2008 00:02:44 +0000
(17:02 -0700)
This is too big to be inlined.
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/xattr.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/ocfs2/xattr.c
b/fs/ocfs2/xattr.c
index 64700c3fc2442bd6d3d736103f02329e6045da2d..e21a1a8b42578959a459ac071ca4d38ac31c1858 100644
(file)
--- a/
fs/ocfs2/xattr.c
+++ b/
fs/ocfs2/xattr.c
@@
-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;