Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

btrfs: remove newline from inode cache kthread name

Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <clm@fb.com>

authored by

David Sterba and committed by
Chris Mason
67a77eb1 351fd353

+1 -1
+1 -1
fs/btrfs/inode-map.c
··· 174 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 178 root->root_key.objectid); 179 179 if (IS_ERR(tsk)) { 180 180 btrfs_warn(root->fs_info, "failed to start inode caching task");