Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

btrfs: Fix misspellings in comments.

Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: David Sterba <dsterba@suse.com>

authored by

Adam Buchbinder and committed by
David Sterba
bb7ab3b9 2e3fcb1c

+16 -16
+1 -1
fs/btrfs/check-integrity.c
··· 178 178 * Elements of this type are allocated dynamically and required because 179 179 * each block object can refer to and can be ref from multiple blocks. 180 180 * The key to lookup them in the hashtable is the dev_bytenr of 181 - * the block ref to plus the one from the block refered from. 181 + * the block ref to plus the one from the block referred from. 182 182 * The fact that they are searchable via a hashtable and that a 183 183 * ref_cnt is maintained is not required for the btrfs integrity 184 184 * check algorithm itself, it is only used to make the output more
+5 -5
fs/btrfs/ctree.h
··· 788 788 789 789 /* 790 790 * This generation number is used to test if the new fields are valid 791 - * and up to date while reading the root item. Everytime the root item 791 + * and up to date while reading the root item. Every time the root item 792 792 * is written out, the "generation" field is copied into this field. If 793 793 * anyone ever mounted the fs with an older kernel, we will have 794 794 * mismatching generation values here and thus must invalidate the ··· 1219 1219 * we've called update_block_group and dropped the bytes_used counter 1220 1220 * and increased the bytes_pinned counter. However this means that 1221 1221 * bytes_pinned does not reflect the bytes that will be pinned once the 1222 - * delayed refs are flushed, so this counter is inc'ed everytime we call 1223 - * btrfs_free_extent so it is a realtime count of what will be freed 1224 - * once the transaction is committed. It will be zero'ed everytime the 1225 - * transaction commits. 1222 + * delayed refs are flushed, so this counter is inc'ed every time we 1223 + * call btrfs_free_extent so it is a realtime count of what will be 1224 + * freed once the transaction is committed. It will be zero'ed every 1225 + * time the transaction commits. 1226 1226 */ 1227 1227 struct percpu_counter total_bytes_pinned; 1228 1228
+1 -1
fs/btrfs/dev-replace.c
··· 858 858 * not called and the the filesystem is remounted 859 859 * in degraded state. This does not stop the 860 860 * dev_replace procedure. It needs to be canceled 861 - * manually if the cancelation is wanted. 861 + * manually if the cancellation is wanted. 862 862 */ 863 863 break; 864 864 }
+1 -1
fs/btrfs/disk-io.c
··· 816 816 waitqueue_active(&fs_info->async_submit_wait)) 817 817 wake_up(&fs_info->async_submit_wait); 818 818 819 - /* If an error occured we just want to clean up the bio and move on */ 819 + /* If an error occurred we just want to clean up the bio and move on */ 820 820 if (async->error) { 821 821 async->bio->bi_error = async->error; 822 822 bio_endio(async->bio);
+1 -1
fs/btrfs/extent-tree.c
··· 5758 5758 5759 5759 /* 5760 5760 * This is tricky, but first we need to figure out how much we 5761 - * free'd from any free-ers that occured during this 5761 + * free'd from any free-ers that occurred during this 5762 5762 * reservation, so we reset ->csum_bytes to the csum_bytes 5763 5763 * before we dropped our lock, and then call the free for the 5764 5764 * number of bytes that were freed while we were trying our
+2 -2
fs/btrfs/extent_map.c
··· 62 62 63 63 /** 64 64 * free_extent_map - drop reference count of an extent_map 65 - * @em: extent map beeing releasead 65 + * @em: extent map being releasead 66 66 * 67 67 * Drops the reference out on @em by one and free the structure 68 68 * if the reference count hits zero. ··· 422 422 /** 423 423 * remove_extent_mapping - removes an extent_map from the extent tree 424 424 * @tree: extent tree to remove from 425 - * @em: extent map beeing removed 425 + * @em: extent map being removed 426 426 * 427 427 * Removes @em from @tree. No reference counts are dropped, and no checks 428 428 * are done to see if the range is in use
+1 -1
fs/btrfs/file.c
··· 1847 1847 /* 1848 1848 * We also have to set last_sub_trans to the current log transid, 1849 1849 * otherwise subsequent syncs to a file that's been synced in this 1850 - * transaction will appear to have already occured. 1850 + * transaction will appear to have already occurred. 1851 1851 */ 1852 1852 spin_lock(&BTRFS_I(inode)->lock); 1853 1853 BTRFS_I(inode)->last_sub_trans = root->log_transid;
+1 -1
fs/btrfs/ordered-data.c
··· 1010 1010 for (; node; node = rb_prev(node)) { 1011 1011 test = rb_entry(node, struct btrfs_ordered_extent, rb_node); 1012 1012 1013 - /* We treat this entry as if it doesnt exist */ 1013 + /* We treat this entry as if it doesn't exist */ 1014 1014 if (test_bit(BTRFS_ORDERED_UPDATED_ISIZE, &test->flags)) 1015 1015 continue; 1016 1016 if (test->file_offset + test->len <= disk_i_size)
+1 -1
fs/btrfs/tree-log.c
··· 1046 1046 1047 1047 /* 1048 1048 * NOTE: we have searched root tree and checked the 1049 - * coresponding ref, it does not need to check again. 1049 + * corresponding ref, it does not need to check again. 1050 1050 */ 1051 1051 *search_done = 1; 1052 1052 }
+2 -2
fs/btrfs/volumes.c
··· 2749 2749 em->start + em->len < chunk_offset) { 2750 2750 /* 2751 2751 * This is a logic error, but we don't want to just rely on the 2752 - * user having built with ASSERT enabled, so if ASSERT doens't 2752 + * user having built with ASSERT enabled, so if ASSERT doesn't 2753 2753 * do anything we still error out. 2754 2754 */ 2755 2755 ASSERT(0); ··· 4119 4119 * Callback for btrfs_uuid_tree_iterate(). 4120 4120 * returns: 4121 4121 * 0 check succeeded, the entry is not outdated. 4122 - * < 0 if an error occured. 4122 + * < 0 if an error occurred. 4123 4123 * > 0 if the check failed, which means the caller shall remove the entry. 4124 4124 */ 4125 4125 static int btrfs_check_uuid_tree_entry(struct btrfs_fs_info *fs_info,