diff options
Diffstat (limited to 'fs/ext4/inode.c')
-rw-r--r-- | fs/ext4/inode.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 219067ce09d9..da4f2ecb5447 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c | |||
@@ -1233,6 +1233,9 @@ int ext4_get_blocks(handle_t *handle, struct inode *inode, sector_t block, | |||
1233 | clear_buffer_mapped(bh); | 1233 | clear_buffer_mapped(bh); |
1234 | clear_buffer_unwritten(bh); | 1234 | clear_buffer_unwritten(bh); |
1235 | 1235 | ||
1236 | ext_debug("ext4_get_blocks(): inode %lu, flag %d, max_blocks %u," | ||
1237 | "logical block %lu\n", inode->i_ino, flags, max_blocks, | ||
1238 | (unsigned long)block); | ||
1236 | /* | 1239 | /* |
1237 | * Try to see if we can get the block without requesting a new | 1240 | * Try to see if we can get the block without requesting a new |
1238 | * file system block. | 1241 | * file system block. |