Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4265
b: refs/heads/master
c: ff87b37
h: refs/heads/master
i:
  4263: e6bca9d
v: v3
  • Loading branch information
Andreas Gruenbacher authored and Linus Torvalds committed Jul 8, 2005
1 parent 98db880 commit fe46011
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: 6c036527a630720063b67d9a65455e8caca2c8fa
refs/heads/master: ff87b37da912d6aeab6c20c58f51b34d3e37f111
2 changes: 1 addition & 1 deletion trunk/fs/ext3/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -2663,7 +2663,7 @@ static int ext3_do_update_inode(handle_t *handle,
} else for (block = 0; block < EXT3_N_BLOCKS; block++)
raw_inode->i_block[block] = ei->i_data[block];

if (EXT3_INODE_SIZE(inode->i_sb) > EXT3_GOOD_OLD_INODE_SIZE)
if (ei->i_extra_isize)
raw_inode->i_extra_isize = cpu_to_le16(ei->i_extra_isize);

BUFFER_TRACE(bh, "call ext3_journal_dirty_metadata");
Expand Down

0 comments on commit fe46011

Please sign in to comment.