diff options
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index a2c2d6d82c5e..1e19f2d86334 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -349,6 +349,7 @@ struct btrfs_fs_info { | |||
349 | 349 | ||
350 | u64 total_pinned; | 350 | u64 total_pinned; |
351 | spinlock_t delalloc_lock; | 351 | spinlock_t delalloc_lock; |
352 | spinlock_t new_trans_lock; | ||
352 | u64 delalloc_bytes; | 353 | u64 delalloc_bytes; |
353 | }; | 354 | }; |
354 | /* | 355 | /* |