commit | 69d2b571746d1c3fa10b7a0aa00859b296a98d12 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Oct 16 07:58:37 2015 +0200 |
committer | Jens Axboe <axboe@fb.com> | Tue Dec 01 10:59:39 2015 -0700 |
tree | e971387fe713c6e54689d93e686903b45b92e29d | |
parent | 1c63dc66580d4bbb6d2b75bf184b5aa105ba5bdb [diff] |
nvme: simplify nvme_setup_prps calling convention Pass back a true/false value instead of the length which needs a compare with the bytes in the request and drop the pointless gfp_t argument. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Jens Axboe <axboe@fb.com>