aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeliang Tang <geliangtang@163.com>2015-10-04 05:05:32 -0400
committerDavid Sterba <dsterba@suse.com>2015-10-21 12:28:48 -0400
commit8cd1e73111f95ca915f37ed534bbfbdf24fc1ca8 (patch)
tree2c55eff26e93726a705d088d6bdf2c982ed2a08d
parent6e4d6fa12ceb22f87d49e043e5a7636abdac970f (diff)
btrfs: fix a comment typo
Just fix a typo in the code comment. Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: Geliang Tang <geliangtang@163.com> Signed-off-by: David Sterba <dsterba@suse.com>
-rw-r--r--fs/btrfs/free-space-cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/free-space-cache.c b/fs/btrfs/free-space-cache.c
index abe3a66bd3ba..7332995d20ff 100644
--- a/fs/btrfs/free-space-cache.c
+++ b/fs/btrfs/free-space-cache.c
@@ -1215,7 +1215,7 @@ out:
1215 * @offset - the offset for the key we'll insert 1215 * @offset - the offset for the key we'll insert
1216 * 1216 *
1217 * This function writes out a free space cache struct to disk for quick recovery 1217 * This function writes out a free space cache struct to disk for quick recovery
1218 * on mount. This will return 0 if it was successfull in writing the cache out, 1218 * on mount. This will return 0 if it was successful in writing the cache out,
1219 * or an errno if it was not. 1219 * or an errno if it was not.
1220 */ 1220 */
1221static int __btrfs_write_out_cache(struct btrfs_root *root, struct inode *inode, 1221static int __btrfs_write_out_cache(struct btrfs_root *root, struct inode *inode,