Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190551
b: refs/heads/master
c: 0350cb0
h: refs/heads/master
i:
  190549: fd890e7
  190547: 4729667
  190543: 54b1688
v: v3
  • Loading branch information
Dan Carpenter authored and Joel Becker committed Apr 23, 2010
1 parent 68f5602 commit ef5f324
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 79681842e160c3211eeeb47ea31b061038d1e41e
refs/heads/master: 0350cb078f5035716ebdad4ad4709d02fe466a8a
1 change: 1 addition & 0 deletions trunk/fs/ocfs2/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@ static int ocfs2_truncate_for_delete(struct ocfs2_super *osb,
handle = ocfs2_start_trans(osb, OCFS2_INODE_UPDATE_CREDITS);
if (IS_ERR(handle)) {
status = PTR_ERR(handle);
handle = NULL;
mlog_errno(status);
goto out;
}
Expand Down

0 comments on commit ef5f324

Please sign in to comment.