Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296592
b: refs/heads/master
c: 1b8b975
h: refs/heads/master
v: v3
  • Loading branch information
Artem Bityutskiy authored and Theodore Ts'o committed Mar 22, 2012
1 parent 6d6f866 commit 1fe3a01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 73355192748483a5ba698345092321611f91b04f
refs/heads/master: 1b8b9750f07cdd6e13f12c06ae7ec853f2abbe6c
4 changes: 1 addition & 3 deletions trunk/fs/ext4/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -3935,10 +3935,8 @@ static int ext4_do_update_inode(handle_t *handle,
ext4_update_dynamic_rev(sb);
EXT4_SET_RO_COMPAT_FEATURE(sb,
EXT4_FEATURE_RO_COMPAT_LARGE_FILE);
sb->s_dirt = 1;
ext4_handle_sync(handle);
err = ext4_handle_dirty_metadata(handle, NULL,
EXT4_SB(sb)->s_sbh);
err = ext4_handle_dirty_super(handle, sb);
}
}
raw_inode->i_generation = cpu_to_le32(inode->i_generation);
Expand Down

0 comments on commit 1fe3a01

Please sign in to comment.