Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67a77eb1 authored by David Sterba's avatar David Sterba Committed by Chris Mason
Browse files

btrfs: remove newline from inode cache kthread name



Signed-off-by: default avatarDavid Sterba <dsterba@suse.cz>
Signed-off-by: default avatarChris Mason <clm@fb.com>
parent 351fd353
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -174,7 +174,7 @@ static void start_caching(struct btrfs_root *root)
				       BTRFS_LAST_FREE_OBJECTID - objectid + 1);
				       BTRFS_LAST_FREE_OBJECTID - objectid + 1);
	}
	}


	tsk = kthread_run(caching_kthread, root, "btrfs-ino-cache-%llu\n",
	tsk = kthread_run(caching_kthread, root, "btrfs-ino-cache-%llu",
			  root->root_key.objectid);
			  root->root_key.objectid);
	if (IS_ERR(tsk)) {
	if (IS_ERR(tsk)) {
		btrfs_warn(root->fs_info, "failed to start inode caching task");
		btrfs_warn(root->fs_info, "failed to start inode caching task");