mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-09 06:06:58 +00:00
Btrfs-progs: add a newline to a free space cache message
Left out a newline in the generation check printf. Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>
This commit is contained in:
parent
ef2a8889ef
commit
f5201efdb0
@ -314,7 +314,7 @@ int __load_free_space_cache(struct btrfs_root *root,
|
|||||||
struct btrfs_inode_item);
|
struct btrfs_inode_item);
|
||||||
if (btrfs_inode_generation(leaf, inode_item) != generation) {
|
if (btrfs_inode_generation(leaf, inode_item) != generation) {
|
||||||
printf("free space inode generation (%llu) did not match "
|
printf("free space inode generation (%llu) did not match "
|
||||||
"free space cache generation (%llu)",
|
"free space cache generation (%llu)\n",
|
||||||
(unsigned long long)btrfs_inode_generation(leaf,
|
(unsigned long long)btrfs_inode_generation(leaf,
|
||||||
inode_item),
|
inode_item),
|
||||||
(unsigned long long)generation);
|
(unsigned long long)generation);
|
||||||
|
Loading…
Reference in New Issue
Block a user