forked from luck/tmp_suning_uos_patched
Btrfs: fix error message formatting
Make an error msg look nicer by inserting a space between number and word. Signed-off-by: Hu Tao <hu.taoo@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz> Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
parent
9b627e9bf4
commit
68f5a38c3e
@ -2696,7 +2696,7 @@ int btrfs_check_data_free_space(struct btrfs_root *root, struct inode *inode,
|
|||||||
|
|
||||||
printk(KERN_ERR "no space left, need %llu, %llu delalloc bytes"
|
printk(KERN_ERR "no space left, need %llu, %llu delalloc bytes"
|
||||||
", %llu bytes_used, %llu bytes_reserved, "
|
", %llu bytes_used, %llu bytes_reserved, "
|
||||||
"%llu bytes_pinned, %llu bytes_readonly, %llu may use"
|
"%llu bytes_pinned, %llu bytes_readonly, %llu may use "
|
||||||
"%llu total\n", (unsigned long long)bytes,
|
"%llu total\n", (unsigned long long)bytes,
|
||||||
(unsigned long long)data_sinfo->bytes_delalloc,
|
(unsigned long long)data_sinfo->bytes_delalloc,
|
||||||
(unsigned long long)data_sinfo->bytes_used,
|
(unsigned long long)data_sinfo->bytes_used,
|
||||||
|
Loading…
Reference in New Issue
Block a user