Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296546
b: refs/heads/master
c: a0cc910
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Theodore Ts'o committed Feb 20, 2012
1 parent 138d490 commit d95b082
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 4fda400360e6c15b9dea4351f2ad85845cdfda7e
refs/heads/master: a0cc910f15027fbd731e78f3437cc076eebc22e9
2 changes: 1 addition & 1 deletion trunk/fs/ext4/migrate.c
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ int ext4_ext_migrate(struct inode *inode)
tmp_inode = ext4_new_inode(handle, inode->i_sb->s_root->d_inode,
S_IFREG, NULL, goal, owner);
if (IS_ERR(tmp_inode)) {
retval = PTR_ERR(inode);
retval = PTR_ERR(tmp_inode);
ext4_journal_stop(handle);
return retval;
}
Expand Down

0 comments on commit d95b082

Please sign in to comment.