Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 229121
b: refs/heads/master
c: f1dffc4
h: refs/heads/master
i:
  229119: a77a206
v: v3
  • Loading branch information
Eric Paris authored and Theodore Ts'o committed Jan 10, 2011
1 parent 9800849 commit 10abf5a
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: f7c21177af0b32a2cd9ee36189637f0c1f0e1e17
refs/heads/master: f1dffc4c5431c6bd8972489636573c5cd09ab672
2 changes: 1 addition & 1 deletion trunk/fs/ext4/migrate.c
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ int ext4_ext_migrate(struct inode *inode)
goal = (((inode->i_ino - 1) / EXT4_INODES_PER_GROUP(inode->i_sb)) *
EXT4_INODES_PER_GROUP(inode->i_sb)) + 1;
tmp_inode = ext4_new_inode(handle, inode->i_sb->s_root->d_inode,
S_IFREG, 0, goal);
S_IFREG, NULL, goal);
if (IS_ERR(tmp_inode)) {
retval = -ENOMEM;
ext4_journal_stop(handle);
Expand Down

0 comments on commit 10abf5a

Please sign in to comment.