mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
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:
committed by
mobile promotions
parent
43ac1dddff
commit
db2721e896
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user