summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/send.c
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-11-28 06:05:13 -0500
committerDavid Sterba <dsterba@suse.com>2018-12-17 08:51:50 -0500
commit52042d8e82ff50d40e76a275ac0b97aa663328b0 (patch)
tree58ba6c57c648c97b824ec2618f1e6964de3ee55b /fs/btrfs/send.c
parent1690dd41e0cb1dade80850ed8a3eb0121b96d22f (diff)
btrfs: Fix typos in comments and strings
The typos accumulate over time so once in a while time they get fixed in a large patch. Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/send.c')
-rw-r--r--fs/btrfs/send.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/send.c b/fs/btrfs/send.c
index 9df4c0b0e789..1b15b43905f8 100644
--- a/fs/btrfs/send.c
+++ b/fs/btrfs/send.c
@@ -2238,7 +2238,7 @@ out:
2238 * inodes "orphan" name instead of the real name and stop. Same with new inodes 2238 * inodes "orphan" name instead of the real name and stop. Same with new inodes
2239 * that were not created yet and overwritten inodes/refs. 2239 * that were not created yet and overwritten inodes/refs.
2240 * 2240 *
2241 * When do we have have orphan inodes: 2241 * When do we have orphan inodes:
2242 * 1. When an inode is freshly created and thus no valid refs are available yet 2242 * 1. When an inode is freshly created and thus no valid refs are available yet
2243 * 2. When a directory lost all it's refs (deleted) but still has dir items 2243 * 2. When a directory lost all it's refs (deleted) but still has dir items
2244 * inside which were not processed yet (pending for move/delete). If anyone 2244 * inside which were not processed yet (pending for move/delete). If anyone
@@ -3854,7 +3854,7 @@ static int process_recorded_refs(struct send_ctx *sctx, int *pending_move)
3854 /* 3854 /*
3855 * We may have refs where the parent directory does not exist 3855 * We may have refs where the parent directory does not exist
3856 * yet. This happens if the parent directories inum is higher 3856 * yet. This happens if the parent directories inum is higher
3857 * the the current inum. To handle this case, we create the 3857 * than the current inum. To handle this case, we create the
3858 * parent directory out of order. But we need to check if this 3858 * parent directory out of order. But we need to check if this
3859 * did already happen before due to other refs in the same dir. 3859 * did already happen before due to other refs in the same dir.
3860 */ 3860 */