jhb 70c20770c0 Fix some bugs in the previous revision (1.419). Don't perform extra
vfs_rel() on the mountpoint if the MAC checks fail in kern_statfs() and
kern_fstatfs().  Similarly, don't perform an extra vfs_rel() if we get
a doomed vnode in kern_fstatfs(), and handle the case of mp being NULL
(for some doomed vnodes) by conditionalizing the vfs_rel() in
kern_fstatfs() on mp != NULL.

CID:		1517
Found by:	Coverity Prevent (tm) (kern_fstatfs())
Pointy hat to:	jhb
2006-08-02 15:27:48 +00:00
..
2006-07-28 19:08:37 +00:00
2006-07-14 17:55:36 +00:00
2005-12-04 02:12:43 +00:00
2006-06-30 08:10:55 +00:00
2006-07-17 21:00:42 +00:00
2006-05-28 22:15:28 +00:00
2005-03-14 06:51:29 +00:00
2006-07-28 19:08:37 +00:00
2006-08-02 13:01:58 +00:00