brd: get rid of unused members from struct brd_device
authorNamhyung Kim <namhyung@gmail.com>
Thu, 26 May 2011 19:06:50 +0000 (21:06 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Thu, 26 May 2011 19:06:50 +0000 (21:06 +0200)
commita2cba2913c7623789296e39d787b01031f9c7969
tree1a8287d8e7155ac08f0c8752e1d4a085a593cc31
parentf4fa3424c66255ba1e07b26becfc3d6cab0fdf65
brd: get rid of unused members from struct brd_device

brd_refcnt, brd_offset, brd_sizelimit and brd_blocksize in struct
brd_device seem to be copied from struct loop_device but they're
not used anywhere. Let get rid of them.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
drivers/block/brd.c