]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/ext3_fs_sb.h
drbd: Allow online resizing of DRBD devices while peer not reachable (needs to be...
[karo-tx-linux.git] / include / linux / ext3_fs_sb.h
index f07f34de2f0ecb7ed987c49c604ce3efce4690e6..258088ab3c6bab4e3bad8ce5b5c987532dc9a90d 100644 (file)
@@ -72,6 +72,8 @@ struct ext3_sb_info {
        struct inode * s_journal_inode;
        struct journal_s * s_journal;
        struct list_head s_orphan;
+       struct mutex s_orphan_lock;
+       struct mutex s_resize_lock;
        unsigned long s_commit_interval;
        struct block_device *journal_bdev;
 #ifdef CONFIG_JBD_DEBUG