| Submitter | Zheng Liu |
|---|---|
| Date | March 4, 2013, 2 p.m. |
| Message ID | <20130304140000.GA11871@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/224722/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c index 25c86aa..daf8bb9 100644 --- a/fs/ext4/extents.c +++ b/fs/ext4/extents.c @@ -3395,7 +3395,8 @@ static int ext4_convert_unwritten_extents_endio(handle_t *handle, */ if (ee_block != map->m_lblk || ee_len > map->m_len) { #ifdef EXT4_DEBUG - ext4_warning("Inode (%ld) finished: extent logical block %llu," + ext4_warning(inode->i_sb, + "Inode (%ld) finished: extent logical block %llu," " len %u; IO logical block %llu, len %u\n", inode->i_ino, (unsigned long long)ee_block, ee_len,