btrfs: Fix typo in free-space-cache.c
Correct spelling "cace" to "cache" in fs/btrfs/free-space-cache.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
6bd1d5867a
commit
934e7d44b8
1 changed files with 1 additions and 1 deletions
|
@ -1067,7 +1067,7 @@ int btrfs_write_out_cache(struct btrfs_root *root,
|
|||
spin_unlock(&block_group->lock);
|
||||
ret = 0;
|
||||
#ifdef DEBUG
|
||||
printk(KERN_ERR "btrfs: failed to write free space cace "
|
||||
printk(KERN_ERR "btrfs: failed to write free space cache "
|
||||
"for block group %llu\n", block_group->key.objectid);
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue