diff options
Diffstat (limited to 'fs/btrfs/backref.h')
| -rw-r--r-- | fs/btrfs/backref.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/fs/btrfs/backref.h b/fs/btrfs/backref.h index 34b0193a181c..25d51c246070 100644 --- a/fs/btrfs/backref.h +++ b/fs/btrfs/backref.h @@ -190,7 +190,7 @@ struct btrfs_backref_share_check_ctx {  	 * It's very common to have several file extent items that point to the  	 * same extent (bytenr) but with different offsets and lengths. This  	 * typically happens for COW writes, partial writes into prealloc -	 * extents, NOCOW writes after snapshoting a root, hole punching or +	 * extents, NOCOW writes after snapshotting a root, hole punching or  	 * reflinking within the same file (less common perhaps).  	 * So keep a small cache with the lookup results for the extent pointed  	 * by the last few file extent items. This cache is checked, with a @@ -414,7 +414,7 @@ struct btrfs_backref_cache {  	/*  	 * Whether this cache is for relocation  	 * -	 * Reloction backref cache require more info for reloc root compared +	 * Relocation backref cache require more info for reloc root compared  	 * to generic backref cache.  	 */  	bool is_reloc; | 
