Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276164
b: refs/heads/master
c: 87f0d5c
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Joel Becker committed Jun 1, 2011
1 parent 7d2ce35 commit ee84864
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 3d75be7c4771c7e4d5b5fa586a599af8473de32c
refs/heads/master: 87f0d5c8db7aad85b9120c26723fdc63cd84a460
8 changes: 4 additions & 4 deletions trunk/fs/ocfs2/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ int ocfs2_info_handle_freeinode(struct inode *inode,
if (!oifi) {
status = -ENOMEM;
mlog_errno(status);
goto bail;
goto out_err;
}

if (o2info_from_user(*oifi, req))
Expand Down Expand Up @@ -431,7 +431,7 @@ int ocfs2_info_handle_freeinode(struct inode *inode,
o2info_set_request_error(&oifi->ifi_req, req);

kfree(oifi);

out_err:
return status;
}

Expand Down Expand Up @@ -666,7 +666,7 @@ int ocfs2_info_handle_freefrag(struct inode *inode,
if (!oiff) {
status = -ENOMEM;
mlog_errno(status);
goto bail;
goto out_err;
}

if (o2info_from_user(*oiff, req))
Expand Down Expand Up @@ -716,7 +716,7 @@ int ocfs2_info_handle_freefrag(struct inode *inode,
o2info_set_request_error(&oiff->iff_req, req);

kfree(oiff);

out_err:
return status;
}

Expand Down

0 comments on commit ee84864

Please sign in to comment.