diff options
author | Zheng Liu <gnehzuil.liu@gmail.com> | 2011-12-28 19:00:25 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2011-12-28 19:00:25 -0500 |
commit | 88635ca277adb67db34e88281817d1ce10713553 (patch) | |
tree | ebe43739198d84190d4138ae4083404609ae7f09 /fs/ext4/inode.c | |
parent | 1ba37268cd19e5a2a80924bfe8618bf1ba3e8249 (diff) |
ext4: add missing spaces to debugging printk's
Fix ext4_debug format in ext4_ext_handle_uninitialized_extents() and
ext4_end_io_dio().
Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/inode.c')
-rw-r--r-- | fs/ext4/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 1254934de693..ef9e8fdddfba 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c | |||
@@ -2760,7 +2760,7 @@ static void ext4_end_io_dio(struct kiocb *iocb, loff_t offset, | |||
2760 | if (!io_end || !size) | 2760 | if (!io_end || !size) |
2761 | goto out; | 2761 | goto out; |
2762 | 2762 | ||
2763 | ext_debug("ext4_end_io_dio(): io_end 0x%p" | 2763 | ext_debug("ext4_end_io_dio(): io_end 0x%p " |
2764 | "for inode %lu, iocb 0x%p, offset %llu, size %llu\n", | 2764 | "for inode %lu, iocb 0x%p, offset %llu, size %llu\n", |
2765 | iocb->private, io_end->inode->i_ino, iocb, offset, | 2765 | iocb->private, io_end->inode->i_ino, iocb, offset, |
2766 | size); | 2766 | size); |