K 10 svn:author V 4 gleb K 8 svn:date V 27 2014-12-23T08:09:48.643620Z K 7 svn:log V 184 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. END