diff options
author | Chris Mason <clm@fb.com> | 2015-10-22 03:21:40 +0200 |
---|---|---|
committer | Chris Mason <clm@fb.com> | 2015-10-22 03:21:40 +0200 |
commit | a0d58e48db58801a0e764e9b9c87e1782d390fcb (patch) | |
tree | f413f86da859552a29df58f40d450372977b5673 /fs/btrfs/free-space-cache.c | |
parent | Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/k... (diff) | |
parent | btrfs: reada: Fix returned errno code (diff) | |
download | linux-a0d58e48db58801a0e764e9b9c87e1782d390fcb.tar.xz 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.c | 2 |
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, |