blkcg: kill unused field nr_undestroyed_grps
[deliverable/linux.git] / block / blk-throttle.c
index 47a3e540631a38b123a078350d28ae457753ebbd..c5494e40323992705ad56167267ea971251b0569 100644 (file)
@@ -145,11 +145,6 @@ struct throtl_data
        /* Total Number of queued bios on READ and WRITE lists */
        unsigned int nr_queued[2];
 
-       /*
-        * number of total undestroyed groups
-        */
-       unsigned int nr_undestroyed_grps;
-
        /* Work for dispatching throttled bios */
        struct work_struct dispatch_work;
 };
This page took 0.02522 seconds and 5 git commands to generate.