commit | a2cba2913c7623789296e39d787b01031f9c7969 | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@gmail.com> | Thu May 26 21:06:50 2011 +0200 |
committer | Jens Axboe <jaxboe@fusionio.com> | Thu May 26 21:06:50 2011 +0200 |
tree | 1a8287d8e7155ac08f0c8752e1d4a085a593cc31 | |
parent | f4fa3424c66255ba1e07b26becfc3d6cab0fdf65 [diff] |
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>