K 10 svn:author V 3 kib K 8 svn:date V 27 2008-09-20T19:50:52.053758Z K 7 svn:log V 385 fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfs initialize the vattr structure in VOP_GETATTR() with VATTR_NULL(), vattr_null() or by zeroing it. Remove these to allow preinitialization of fields work in vn_stat(). This is needed to get birthtime initialized correctly. Submitted by: Jaakko Heinonen Discussed on: freebsd-fs MFC after: 1 month END