This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / linux / ext3_fs_sb.h
index f61309c..5cff5c3 100644 (file)
@@ -62,8 +62,8 @@ struct ext3_sb_info {
        /* root of the per fs reservation window tree */
        spinlock_t s_rsv_window_lock;
        struct rb_root s_rsv_window_root;
-       struct ext3_reserve_window_node s_rsv_window_head;
-
+       struct reserve_window_node s_rsv_window_head;
+       
        /* Journaling */
        struct inode * s_journal_inode;
        struct journal_s * s_journal;