Re: [PATCH] nbd: Respect max_part for all partition scans

From: Josef Bacik
Date: Thu Dec 17 2020 - 09:40:44 EST


On 12/17/20 3:58 AM, Josh Triplett wrote:
The creation path of the NBD device respects max_part and only scans for
partitions if max_part is not 0. However, some other code paths ignore
max_part, and unconditionally scan for partitions. Add a check for
max_part on each partition scan.

Signed-off-by: Josh Triplett <josh@xxxxxxxxxxxxxxxx>

Reviewed-by: Josef Bacik <josef@xxxxxxxxxxxxxx>

Thanks,

Josef