commit | 76e3914ae51714b0535c38d9472d89124e0b6b96 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sat Apr 16 14:57:58 2016 -0400 |
committer | Jens Axboe <axboe@fb.com> | Tue Apr 26 08:31:22 2016 -0600 |
tree | daf613373b0104990d92c84c28e8b6777eb600d2 | |
parent | 49bdedb36271fe6259dd251bb63c5879fa7834e1 [diff] |
nvme: fix cntlid type Controller IDs in NVMe are unsigned 16-bit types. In the Fabrics driver we actually pass ctrl->id by reference, so we need it to have the correct type. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>