This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / linux / ext3_fs_sb.h
index 8ed3cf7..1c3294d 100644 (file)
@@ -59,6 +59,10 @@ struct ext3_sb_info {
        struct percpu_counter s_dirs_counter;
        struct blockgroup_lock s_blockgroup_lock;
 
+       /* head of the per fs reservation window tree */
+       spinlock_t s_rsv_window_lock;
+       struct reserve_window s_rsv_window_head;
+
        /* Journaling */
        struct inode * s_journal_inode;
        struct journal_s * s_journal;