projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
351fd35
)
btrfs: remove newline from inode cache kthread name
author
David Sterba
<dsterba@suse.cz>
Fri, 16 May 2014 13:15:45 +0000
(15:15 +0200)
committer
Chris Mason
<clm@fb.com>
Tue, 10 Jun 2014 00:20:53 +0000
(17:20 -0700)
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/inode-map.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/btrfs/inode-map.c
b/fs/btrfs/inode-map.c
index 86935f5ae29162b0b3dec1ed30c34df4c93db921..888fbe19079fd7589484feb089cfa88dcafa6a89 100644
(file)
--- a/
fs/btrfs/inode-map.c
+++ b/
fs/btrfs/inode-map.c
@@
-174,7
+174,7
@@
static void start_caching(struct btrfs_root *root)
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);
if (IS_ERR(tsk)) {
btrfs_warn(root->fs_info, "failed to start inode caching task");