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:
parent
938cdc4264
commit
64282a1274
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user