Konstantin Belousov 50cfe7fa50 Remove OBJ_CLEANING flag. The vfs_setdirty_locked_object() is the only
consumer of the flag, and it used the flag because OBJ_MIGHTBEDIRTY
was cleared early in vm_object_page_clean, before the cleaning pass
was done. This is no longer true after r216799.

 Moreover, since OBJ_CLEANING is a flag, and not the counter, it could
be reset too prematurely when parallel vm_object_page_clean() are
performed.

Reviewed by:	alc (as a part of the bigger patch)
MFC after:	1 month (after r216799 is merged)
2010-12-29 22:26:49 +00:00
..
2010-12-28 22:49:28 +00:00
2010-11-27 15:41:44 +00:00
2010-07-12 10:18:10 +00:00
2010-12-28 22:45:29 +00:00
2010-11-09 10:59:09 +00:00
2010-12-05 10:15:23 +00:00
2010-12-14 20:57:40 +00:00