[PATCH] Remove ->waiting member from struct request
[deliverable/linux.git] / include / linux / blkdev.h
index d2dc17151f6c5741fbc714d215e8c4d9e2922627..604f2318909714f2829872510454af1a81f984f3 100644 (file)
@@ -266,7 +266,6 @@ struct request {
        request_queue_t *q;
        struct request_list *rl;
 
-       struct completion *waiting;
        void *special;
        char *buffer;
 
@@ -285,7 +284,7 @@ struct request {
        int retries;
 
        /*
-        * completion callback. end_io_data should be folded in with waiting
+        * completion callback.
         */
        rq_end_io_fn *end_io;
        void *end_io_data;
This page took 0.048783 seconds and 5 git commands to generate.