commit | 6e2e312ea7ff73acfafaa5c9851e151e9483c761 | [log] [tgz] |
---|---|---|
author | James Smart <jsmart2021@gmail.com> | Wed Nov 14 15:57:46 2018 -0800 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Dec 07 22:26:57 2018 -0700 |
tree | e554fcb4dfb8db4278f9afc6cd051ae13bfda7dc | |
parent | 03198c4d9fc8e72ba8a5ad74959b61de7f2780a6 [diff] |
nvmet-fc: remove the IN_ISR deferred scheduling options All target lldd's call the cmd receive and op completions in non-isr thread contexts. As such the IN_ISR options are not necessary. Remove the functionality and flags, which also removes cpu assignments to queues. Signed-off-by: James Smart <jsmart2021@gmail.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>