From 8703705738d83ab7c214f909009066c25ed06f62 Mon Sep 17 00:00:00 2001 From: Mark Fasheh Date: Tue, 7 Oct 2008 14:31:42 -0700 Subject: [PATCH] --- yaml --- r: 114409 b: refs/heads/master c: 40daa16a3441abe822bfcc748150116a77aee2ea h: refs/heads/master i: 114407: 7995cfb8eeff7f740e301c73a644ff974bfdfeb1 v: v3 --- [refs] | 2 +- trunk/fs/ocfs2/xattr.c | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 710b740c1585..a0cf91a2d4f3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a81cb88b64a479b78c6dd5666678d50171865db8 +refs/heads/master: 40daa16a3441abe822bfcc748150116a77aee2ea diff --git a/trunk/fs/ocfs2/xattr.c b/trunk/fs/ocfs2/xattr.c index 64700c3fc244..e21a1a8b4257 100644 --- a/trunk/fs/ocfs2/xattr.c +++ b/trunk/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;