Whamcloud - gitweb
LU-13798 llite: parallelize direct i/o issuance
[fs/lustre-release.git] / lustre / include / lustre_nrs_tbf.h
index 7141146..32f959a 100644 (file)
@@ -121,7 +121,7 @@ struct nrs_tbf_client {
        /** List of queued requests. */
        struct list_head                 tc_list;
        /** Node in binary heap. */
-       struct cfs_binheap_node          tc_node;
+       struct binheap_node              tc_node;
        /** Whether the client is in heap. */
        bool                             tc_in_heap;
        /** Sequence of the newest rule. */
@@ -265,7 +265,7 @@ struct nrs_tbf_head {
        /**
         * Heap of queues.
         */
-       struct cfs_binheap              *th_binheap;
+       struct binheap          *th_binheap;
        /**
         * Hash of clients.
         */
@@ -306,7 +306,6 @@ struct nrs_tbf_cmd {
                        char                    *ts_jobids_str;
                        struct list_head         ts_ids;
                        char                    *ts_ids_str;
-                       struct cfs_bitmap       *ts_opcodes;
                        char                    *ts_opcodes_str;
                        struct list_head         ts_conds;
                        char                    *ts_conds_str;