mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-07 22:42:04 +00:00
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
@ -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 New Issue
Block a user