Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118737
b: refs/heads/master
c: bd60bd3
h: refs/heads/master
i:
  118735: 1a0c2bc
v: v3
  • Loading branch information
Joel Becker authored and Mark Fasheh committed Nov 10, 2008
1 parent 016090b commit c6e8dc7
Show file tree
Hide file tree
Showing 2 changed files with 6 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: b37c4d84e9d16fd5b6f31197f02ea0a112fc9e99
refs/heads/master: bd60bd37ade4321ecce4ed4442f68c88febd76d5
6 changes: 5 additions & 1 deletion trunk/fs/ocfs2/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -2825,7 +2825,11 @@ static int ocfs2_xattr_create_index_block(struct inode *inode,
if (data_bh)
ocfs2_journal_dirty(handle, data_bh);

ocfs2_xattr_update_xattr_search(inode, xs, xb_bh, xh_bh);
ret = ocfs2_xattr_update_xattr_search(inode, xs, xb_bh, xh_bh);
if (ret) {
mlog_errno(ret);
goto out_commit;
}

/* Change from ocfs2_xattr_header to ocfs2_xattr_tree_root */
memset(&xb->xb_attrs, 0, inode->i_sb->s_blocksize -
Expand Down

0 comments on commit c6e8dc7

Please sign in to comment.