diff options
author | David Sterba <dsterba@suse.cz> | 2014-05-16 09:15:45 -0400 |
---|---|---|
committer | Chris Mason <clm@fb.com> | 2014-06-09 20:20:53 -0400 |
commit | 67a77eb147a36fdc346f1b9ff84649209d51f1da (patch) | |
tree | 2d97479f092c402acd3ba64ed7e7369733b16892 | |
parent | 351fd3532159441e810d458a5b681090ff8449fd (diff) |
btrfs: remove newline from inode cache kthread name
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <clm@fb.com>
-rw-r--r-- | fs/btrfs/inode-map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/inode-map.c b/fs/btrfs/inode-map.c index 86935f5ae291..888fbe19079f 100644 --- a/fs/btrfs/inode-map.c +++ b/fs/btrfs/inode-map.c | |||
@@ -174,7 +174,7 @@ static void start_caching(struct btrfs_root *root) | |||
174 | BTRFS_LAST_FREE_OBJECTID - objectid + 1); | 174 | BTRFS_LAST_FREE_OBJECTID - objectid + 1); |
175 | } | 175 | } |
176 | 176 | ||
177 | tsk = kthread_run(caching_kthread, root, "btrfs-ino-cache-%llu\n", | 177 | tsk = kthread_run(caching_kthread, root, "btrfs-ino-cache-%llu", |
178 | root->root_key.objectid); | 178 | root->root_key.objectid); |
179 | if (IS_ERR(tsk)) { | 179 | if (IS_ERR(tsk)) { |
180 | btrfs_warn(root->fs_info, "failed to start inode caching task"); | 180 | btrfs_warn(root->fs_info, "failed to start inode caching task"); |