summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.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/tree-log.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/tree-log.c')
-rw-r--r--fs/btrfs/tree-log.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c
index 5baad9bebc62..ac232b3d6d7e 100644
--- a/fs/btrfs/tree-log.c
+++ b/fs/btrfs/tree-log.c
@@ -1144,7 +1144,7 @@ next:
1144 } 1144 }
1145 btrfs_release_path(path); 1145 btrfs_release_path(path);
1146 1146
1147 /* look for a conflicing name */ 1147 /* look for a conflicting name */
1148 di = btrfs_lookup_dir_item(trans, root, path, btrfs_ino(dir), 1148 di = btrfs_lookup_dir_item(trans, root, path, btrfs_ino(dir),
1149 name, namelen, 0); 1149 name, namelen, 0);
1150 if (di && !IS_ERR(di)) { 1150 if (di && !IS_ERR(di)) {
@@ -3149,7 +3149,7 @@ int btrfs_sync_log(struct btrfs_trans_handle *trans,
3149 mutex_unlock(&log_root_tree->log_mutex); 3149 mutex_unlock(&log_root_tree->log_mutex);
3150 3150
3151 /* 3151 /*
3152 * nobody else is going to jump in and write the the ctree 3152 * Nobody else is going to jump in and write the ctree
3153 * super here because the log_commit atomic below is protecting 3153 * super here because the log_commit atomic below is protecting
3154 * us. We must be called with a transaction handle pinning 3154 * us. We must be called with a transaction handle pinning
3155 * the running transaction open, so a full commit can't hop 3155 * the running transaction open, so a full commit can't hop