Sergey Senozhatsky ee98016010 zram: remove request_queue from struct zram
`struct zram' contains both `struct gendisk' and `struct request_queue'.
the latter can be deleted, because zram->disk carries ->queue pointer, and
->queue carries zram pointer:

create_device()
	zram->queue->queuedata = zram
	zram->disk->queue = zram->queue
	zram->disk->private_data = zram

so zram->queue is not needed, we can access all necessary data anyway.

Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Cc: Minchan Kim <minchan@kernel.org>
Cc: Jerome Marchand <jmarchan@redhat.com>
Cc: Nitin Gupta <ngupta@vflare.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2015-02-12 18:54:12 -08:00
..
2015-02-11 10:28:45 -08:00
2015-01-18 00:28:41 -05:00
2015-01-23 14:08:13 -08:00
2015-02-11 18:03:54 -08:00
2014-12-14 16:10:09 -08:00
2015-02-11 18:03:54 -08:00
2015-02-11 08:51:59 -08:00
2014-12-14 16:10:09 -08:00
2015-02-10 11:35:36 -08:00
2015-02-12 09:16:56 -08:00
2015-02-11 18:15:38 -08:00
2014-12-17 09:59:26 -08:00
2015-02-04 09:15:18 +01:00
2015-02-12 08:58:43 -08:00
2015-02-11 10:28:45 -08:00
2014-12-17 10:10:51 -08:00
2015-02-11 17:06:05 -08:00
2015-01-29 10:17:56 +02:00
2014-12-14 16:43:47 -08:00
2014-12-14 16:43:47 -08:00
2015-02-11 10:28:45 -08:00