commit | 63db89eaf0b9bf856c5e079ed5eab5c3f13165c8 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Tue Nov 22 13:09:50 2016 -0700 |
committer | Jens Axboe <axboe@fb.com> | Tue Nov 22 13:11:55 2016 -0700 |
tree | 42a03f5b9c1f6c1e23d446f7c83c0cc90a671ebd | |
parent | 9561a7ade0c205bc2ee035a2ac880478dcc1a024 [diff] |
nbd: move multi-connection bit to unused value Bit #7 is already used, move to bit #8 which is the first unused one. Fixes: 9561a7ade0c2 ("nbd: add multi-connection support") Signed-off-by: Jens Axboe <axboe@fb.com>