Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114409
b: refs/heads/master
c: 40daa16
h: refs/heads/master
i:
  114407: 7995cfb
v: v3
  • Loading branch information
Mark Fasheh committed Oct 14, 2008
1 parent 3fafa29 commit 8703705
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a81cb88b64a479b78c6dd5666678d50171865db8
refs/heads/master: 40daa16a3441abe822bfcc748150116a77aee2ea
10 changes: 5 additions & 5 deletions trunk/fs/ocfs2/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8703705

Please sign in to comment.