Slightly bump the maximum OID path for loading tunable SYSCTLs.

Coming updates to the mlx5en(4) driver will require this.

MFC after:	1 week
Sponsored by:	Mellanox Technologies
This commit is contained in:
Hans Petter Selasky 2018-02-02 12:42:46 +00:00
parent 938cdc4264
commit 64282a1274
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328774

View File

@ -190,7 +190,7 @@ sysctl_load_tunable_by_oid_locked(struct sysctl_oid *oidp)
struct sysctl_req req;
struct sysctl_oid *curr;
char *penv = NULL;
char path[64];
char path[96];
ssize_t rem = sizeof(path);
ssize_t len;
uint8_t val_8;