diff options
Diffstat (limited to 'include/linux/ext3_fs_sb.h')
-rw-r--r-- | include/linux/ext3_fs_sb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ext3_fs_sb.h b/include/linux/ext3_fs_sb.h index dd61d83026a0..258088ab3c6b 100644 --- a/include/linux/ext3_fs_sb.h +++ b/include/linux/ext3_fs_sb.h | |||
@@ -73,6 +73,7 @@ struct ext3_sb_info { | |||
73 | struct journal_s * s_journal; | 73 | struct journal_s * s_journal; |
74 | struct list_head s_orphan; | 74 | struct list_head s_orphan; |
75 | struct mutex s_orphan_lock; | 75 | struct mutex s_orphan_lock; |
76 | struct mutex s_resize_lock; | ||
76 | unsigned long s_commit_interval; | 77 | unsigned long s_commit_interval; |
77 | struct block_device *journal_bdev; | 78 | struct block_device *journal_bdev; |
78 | #ifdef CONFIG_JBD_DEBUG | 79 | #ifdef CONFIG_JBD_DEBUG |