On Mon, Nov 04, 2019 at 04:42:23PM -0800, Bart Van Assche wrote: > Reserved tags are numerically lower than non-reserved tags. Compensate the > change caused by reserving tags by subtracting the number of reserved tags > from the tag number assigned by the block layer. Why would you do that? Do we really care about the exact tag number? If so would it make sense to reverse in the block layer how we allocate private vs normal tags? Also this change should probably merged into the patch that actually starts using the private tags by actually allocating requests using them.