aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2014-05-15 10:48:20 -0400
committerChris Mason <clm@fb.com>2014-06-09 20:20:53 -0400
commit351fd3532159441e810d458a5b681090ff8449fd (patch)
tree7c087b510bff35cfd9c9b8d21d6a2a56f3a68f32 /fs/btrfs/inode.c
parent7d78874273463a784759916fc3e0b4e2eb141c70 (diff)
btrfs: remove stale newlines from log messages
I've noticed an extra line after "use no compression", but search revealed much more in messages of more critical levels and rare errors. Signed-off-by: David Sterba <dsterba@suse.cz> Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'fs/btrfs/inode.c')
-rw-r--r--fs/btrfs/inode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c
index 95ac6b4f2390..0b8ce3002cfe 100644
--- a/fs/btrfs/inode.c
+++ b/fs/btrfs/inode.c
@@ -3475,7 +3475,7 @@ cache_acl:
3475 ret = btrfs_load_inode_props(inode, path); 3475 ret = btrfs_load_inode_props(inode, path);
3476 if (ret) 3476 if (ret)
3477 btrfs_err(root->fs_info, 3477 btrfs_err(root->fs_info,
3478 "error loading props for ino %llu (root %llu): %d\n", 3478 "error loading props for ino %llu (root %llu): %d",
3479 btrfs_ino(inode), 3479 btrfs_ino(inode),
3480 root->root_key.objectid, ret); 3480 root->root_key.objectid, ret);
3481 } 3481 }
@@ -8010,7 +8010,7 @@ int btrfs_create_subvol_root(struct btrfs_trans_handle *trans,
8010 err = btrfs_subvol_inherit_props(trans, new_root, parent_root); 8010 err = btrfs_subvol_inherit_props(trans, new_root, parent_root);
8011 if (err) 8011 if (err)
8012 btrfs_err(new_root->fs_info, 8012 btrfs_err(new_root->fs_info,
8013 "error inheriting subvolume %llu properties: %d\n", 8013 "error inheriting subvolume %llu properties: %d",
8014 new_root->root_key.objectid, err); 8014 new_root->root_key.objectid, err);
8015 8015
8016 err = btrfs_update_inode(trans, new_root, inode); 8016 err = btrfs_update_inode(trans, new_root, inode);