Btrfs: place ordered operations on a per transaction list
[linux-2.6-block.git] / fs / btrfs / ctree.h
index 14f01dc70ea63d7d62ddb5bbec6444662f9a02b9..961ff2986341a777d2cf589202f833d70bf2f7f1 100644 (file)
@@ -1407,13 +1407,6 @@ struct btrfs_fs_info {
         */
        struct list_head delalloc_inodes;
 
-       /*
-        * special rename and truncate targets that must be on disk before
-        * we're allowed to commit.  This is basically the ext3 style
-        * data=ordered list.
-        */
-       struct list_head ordered_operations;
-
        /*
         * there is a pool of worker threads for checksumming during writes
         * and a pool for checksumming after reads.  This is because readers