diff options
author | Matias Bjørling <mb@lightnvm.io> | 2018-03-30 00:05:03 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-03-29 17:29:09 -0600 |
commit | af569398c390810fca773c903a85b71dfd870bb0 (patch) | |
tree | 9f679c321c93bf02269335b7465209a87be6d9d5 /include/linux/lightnvm.h | |
parent | 62771fe0aa28b5d329f3e53a2e0f805f73433752 (diff) |
lightnvm: remove max_rq_size
The field is no longer used.
Signed-off-by: Matias Bjørling <mb@lightnvm.io>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/lightnvm.h')
-rw-r--r-- | include/linux/lightnvm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/lightnvm.h b/include/linux/lightnvm.h index b717c000b712..67b4fa8e4906 100644 --- a/include/linux/lightnvm.h +++ b/include/linux/lightnvm.h @@ -295,8 +295,6 @@ struct nvm_geo { int ws_seq; int ws_per_chk; - int max_rq_size; - int op; struct nvm_addr_format ppaf; |