Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156702
b: refs/heads/master
c: 44d8e4e
h: refs/heads/master
v: v3
  • Loading branch information
Subrata Modak authored and Joel Becker committed Jul 20, 2009
1 parent 1d78f4f commit 25c53be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: cefcb800fa9536bb6f29485c53e6c82a65b0c022
refs/heads/master: 44d8e4e1e9b941065eb7578669fe51eb65c73e63
3 changes: 2 additions & 1 deletion trunk/fs/ocfs2/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,8 @@ static int ocfs2_xattr_block_get(struct inode *inode,
struct ocfs2_xattr_block *xb;
struct ocfs2_xattr_value_root *xv;
size_t size;
int ret = -ENODATA, name_offset, name_len, block_off, i;
int ret = -ENODATA, name_offset, name_len, i;
int uninitialized_var(block_off);

xs->bucket = ocfs2_xattr_bucket_new(inode);
if (!xs->bucket) {
Expand Down

0 comments on commit 25c53be

Please sign in to comment.