freebsd-skq/sys/cddl
Pawel Jakub Dawidek 171c4b21e2 - Always try to write one whole page at a time.
- vm_page_undirty() is enough (instead of vm_page_set_validclean()), but it has
  to be called before we write the data in case someone makes page dirty after
  our write, but before our vm_page_undirty() call.
- Always dmu_write, not matter if uiomove() succeeded, because it could
  partially be ok and we would lose some changes.

All good ideas from:	ups
2007-04-26 12:58:17 +00:00
..
compat/opensolaris MFp4: Reduce diff against vendor code: 2007-04-23 00:52:07 +00:00
contrib/opensolaris - Always try to write one whole page at a time. 2007-04-26 12:58:17 +00:00