diff options
Diffstat (limited to 'fs/btrfs/tree-log.c')
-rw-r--r-- | fs/btrfs/tree-log.c | 4 |
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 |