K 10 svn:author V 3 phk K 8 svn:date V 27 2004-12-05T22:41:02.000000Z K 7 svn:log V 345 VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases doesn't. Most of the implementations have grown weeds for this so they copy some fields from mnt_stat if the passed argument isn't that. Fix this the cleaner way: Always call the implementation on mnt_stat and copy that in toto to the VFS_STATFS argument if different. END