Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95053
b: refs/heads/master
c: 53b7e9f
h: refs/heads/master
i:
  95051: 21cbba4
v: v3
  • Loading branch information
Jan Kara authored and Theodore Ts'o committed Apr 30, 2008
1 parent e897f72 commit e1aa6bc
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 329d291f50d53f77d15769051f3eb494a9fd54b7
refs/heads/master: 53b7e9f6807c1274eee19201396b4c2b5f721553
3 changes: 3 additions & 0 deletions trunk/fs/ext4/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -2354,6 +2354,9 @@ static int ext4_rename (struct inode * old_dir, struct dentry *old_dentry,
EXT4_FEATURE_INCOMPAT_FILETYPE))
new_de->file_type = old_de->file_type;
new_dir->i_version++;
new_dir->i_ctime = new_dir->i_mtime =
ext4_current_time(new_dir);
ext4_mark_inode_dirty(handle, new_dir);
BUFFER_TRACE(new_bh, "call ext4_journal_dirty_metadata");
ext4_journal_dirty_metadata(handle, new_bh);
brelse(new_bh);
Expand Down

0 comments on commit e1aa6bc

Please sign in to comment.