vblk: increase vblkdev max minor count

currently the max number of minors for a vblock device is 16
With the current configuration this is exceeding and causes errors
during boot. update the max count to 32

Bug 3899893
JIRA ESLC-7100

Change-Id: I07cf631e95af673ad08d0ecf7186ce9cb0114a1b
Signed-off-by: Manish Bhardwaj <mbhardwaj@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2849763
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Manish Bhardwaj
2023-01-27 17:34:12 +00:00
committed by mobile promotions
parent 43ac1dddff
commit db2721e896

View File

@@ -23,7 +23,7 @@
#define DRV_NAME "tegra_hv_vblk"
/* Minor number and partition management. */
#define VBLK_MINORS 16
#define VBLK_MINORS 32
#define IVC_RESET_RETRIES 30