summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-cache.c
diff options
context:
space:
mode:
authorChris Mason2015-10-22 03:21:40 +0200
committerChris Mason2015-10-22 03:21:40 +0200
commita0d58e48db58801a0e764e9b9c87e1782d390fcb (patch)
treef413f86da859552a29df58f40d450372977b5673 /fs/btrfs/free-space-cache.c
parentMerge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/k... (diff)
parentbtrfs: reada: Fix returned errno code (diff)
downloadkernel-qcow2-linux-a0d58e48db58801a0e764e9b9c87e1782d390fcb.tar.gz
kernel-qcow2-linux-a0d58e48db58801a0e764e9b9c87e1782d390fcb.tar.xz
kernel-qcow2-linux-a0d58e48db58801a0e764e9b9c87e1782d390fcb.zip
Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4
Diffstat (limited to 'fs/btrfs/free-space-cache.c')
-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 afc10725f1d1..5a9431dda07f 100644
--- a/fs/btrfs/free-space-cache.c
+++ b/fs/btrfs/free-space-cache.c
@@ -1215,7 +1215,7 @@ out:
* @offset - the offset for the key we'll insert
*
* This function writes out a free space cache struct to disk for quick recovery
- * on mount. This will return 0 if it was successfull in writing the cache out,
+ * on mount. This will return 0 if it was successful in writing the cache out,
* or an errno if it was not.
*/
static int __btrfs_write_out_cache(struct btrfs_root *root, struct inode *inode,