commit | e3f89564c557ab756fd147cfe68648b935bc5b42 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Nov 11 11:39:26 2019 +0900 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Nov 12 19:11:59 2019 -0700 |
tree | 837ebb594b53e12a622328eba89d7fcc28658fdb | |
parent | 5eac3eb30c9ab9ee7fe2bd9aa9db6373cabb77f8 [diff] |
null_blk: clean up the block device operations Remove the pointless stub open and release methods, give the operations vector a slightly less confusing name, and use normal alignment for the assignment operators. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com> Reviewed-by: Hannes Reinecke <hare@suse.de> Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>