commit | 6222d1721dd7d533b43747642419a8ff78ad6f99 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Thu Jan 15 15:19:10 2015 -0700 |
committer | Jens Axboe <axboe@fb.com> | Thu Jan 15 15:19:10 2015 -0700 |
tree | 11d3b7e05d7ab3c414b0bca6d5ec22a44fd6ce63 | |
parent | f800c25b7a762d445ba1439a2428c8362157eba6 [diff] |
NVMe: cq_vector should be signed This was inadvertently dropped from an earlier commit, otherwise the check against cq_vector == -1 to prevent double free doesn't make any sense. Fixes: 2b25d981790b Signed-off-by: Jens Axboe <axboe@fb.com>