Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218898
b: refs/heads/master
c: a6371b6
h: refs/heads/master
v: v3
  • Loading branch information
Kazuya Mio authored and Theodore Ts'o committed Oct 28, 2010
1 parent eef55c9 commit 813ba10
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: eee4adc709afe40d8c02fa154c63dbeb55d911e3
refs/heads/master: a6371b636f9f007ee5c90f85de048bc1b675424a
2 changes: 1 addition & 1 deletion trunk/fs/ext4/extents.c
Original file line number Diff line number Diff line change
Expand Up @@ -3668,7 +3668,7 @@ long ext4_fallocate(struct inode *inode, int mode, loff_t offset, loff_t len)
printk(KERN_ERR "%s: ext4_ext_map_blocks "
"returned error inode#%lu, block=%u, "
"max_blocks=%u", __func__,
inode->i_ino, block, max_blocks);
inode->i_ino, map.m_lblk, max_blocks);
#endif
ext4_mark_inode_dirty(handle, inode);
ret2 = ext4_journal_stop(handle);
Expand Down

0 comments on commit 813ba10

Please sign in to comment.