diff options
author | Chris Mason <clm@fb.com> | 2015-10-21 18:21:40 -0700 |
---|---|---|
committer | Chris Mason <clm@fb.com> | 2015-10-21 18:21:40 -0700 |
commit | a0d58e48db58801a0e764e9b9c87e1782d390fcb (patch) | |
tree | f413f86da859552a29df58f40d450372977b5673 /fs/btrfs/free-space-cache.c | |
parent | 6db4a7335dd701a0e20275440ee057d3db2a7ae3 (diff) | |
parent | ddd664f4478a4aaf0ac67a4297e33f1992bc9be2 (diff) | |
download | linux-stable-a0d58e48db58801a0e764e9b9c87e1782d390fcb.tar.gz linux-stable-a0d58e48db58801a0e764e9b9c87e1782d390fcb.tar.bz2 linux-stable-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, |