Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118745
b: refs/heads/master
c: d326479
h: refs/heads/master
i:
  118743: 2e972d1
v: v3
  • Loading branch information
Tao Ma authored and Mark Fasheh committed Nov 10, 2008
1 parent 985bef3 commit ba06f07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b99835c1684918b9975851d71455c5c007d1715b
refs/heads/master: d32647993c211901fc4819ef3327f62d1859241b
4 changes: 2 additions & 2 deletions trunk/fs/ocfs2/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -4092,7 +4092,7 @@ static int ocfs2_xattr_value_update_size(struct inode *inode,
handle_t *handle = NULL;

handle = ocfs2_start_trans(osb, 1);
if (handle == NULL) {
if (IS_ERR(handle)) {
ret = -ENOMEM;
mlog_errno(ret);
goto out;
Expand Down Expand Up @@ -4259,7 +4259,7 @@ static int ocfs2_rm_xattr_cluster(struct inode *inode,
}

handle = ocfs2_start_trans(osb, OCFS2_REMOVE_EXTENT_CREDITS);
if (handle == NULL) {
if (IS_ERR(handle)) {
ret = -ENOMEM;
mlog_errno(ret);
goto out;
Expand Down

0 comments on commit ba06f07

Please sign in to comment.