Peter Wemm 37b8ccd37a In vfs_msync(), test to see if the vnode being examined is "interesting"
(ie: it has a vm_object attached and is marked as OBJ_MIGHTBEDIRTY) before
attempting to lock it.  This should reduce the cpu hit that is incurred
when doing a sync(2) and when the syncer process is doing the 30-second
writeback of dirty mmap() data to disk.  Skip this speedup if we are
doing an unmount() to be sure to get everything - we can afford to
occasionally miss a msync while the system is running, but not at unmount.

I'm not sure about the VXLOCK and MNT_WAIT case, it seems a bit odd to skip
doing a page_clean at unmount time just because a vnode is VXLOCKed, but
that's what was being done before...
1998-04-18 06:26:16 +00:00
..
1998-02-20 13:11:54 +00:00
1998-03-28 13:25:01 +00:00
1997-08-02 14:33:27 +00:00
1997-08-02 14:33:27 +00:00
1997-11-22 08:35:46 +00:00
1998-01-22 17:30:44 +00:00
1998-02-20 13:37:40 +00:00
1998-02-12 18:02:07 +00:00
1998-01-31 07:23:16 +00:00
1998-02-20 13:52:15 +00:00
1998-02-06 12:14:30 +00:00
1998-04-04 13:26:20 +00:00
1998-04-15 17:47:40 +00:00
1998-04-15 17:47:40 +00:00
1997-09-14 02:50:28 +00:00
1998-02-06 12:14:30 +00:00
1998-02-25 06:16:37 +00:00
1998-04-15 17:47:40 +00:00
1997-09-16 11:44:05 +00:00
1998-02-20 13:37:40 +00:00
1998-02-20 13:11:54 +00:00
1998-04-04 13:26:20 +00:00
1998-04-04 13:26:20 +00:00
1997-12-19 23:18:37 +00:00
1998-02-09 06:11:36 +00:00
1998-04-10 00:09:04 +00:00