aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r--fs/btrfs/ctree.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 0632832d4446..063e48587126 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -1413,6 +1413,13 @@ struct btrfs_fs_info {
1413 * before jumping into the main commit. 1413 * before jumping into the main commit.
1414 */ 1414 */
1415 struct mutex ordered_operations_mutex; 1415 struct mutex ordered_operations_mutex;
1416
1417 /*
1418 * Same as ordered_operations_mutex except this is for ordered extents
1419 * and not the operations.
1420 */
1421 struct mutex ordered_extent_flush_mutex;
1422
1416 struct rw_semaphore extent_commit_sem; 1423 struct rw_semaphore extent_commit_sem;
1417 1424
1418 struct rw_semaphore cleanup_work_sem; 1425 struct rw_semaphore cleanup_work_sem;