Avoid placing struct statfs on stack in kernel.
MNAMELEN is about to be increased thus makeing the struct too large
for the kernel stack.
Use M_STATFS malloc type for struct statfs.
Avoid placing struct statfs on stack in kernel. Tags None Referenced Files None Subscribers None
Description
Details
Event Timeline |