K 10 svn:author V 3 pjd K 8 svn:date V 27 2005-05-22T21:52:30.000000Z K 7 svn:log V 360 If we need to hide fsid, kern_statfs()/kern_fstatfs() will do it for us, so do not duplicate the code in cvtstatfs(). Note, that we now need to clear fsid in freebsd4_getfsstat(). This moves all security related checks from functions like cvtstatfs() and will allow to add more security related stuff (like statfs(2), etc. protection for jails) a bit easier. END