]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Instead of forcing vn_start_write() to reset mp back to NULL for the
authorKonstantin Belousov <kib@FreeBSD.org>
Sun, 16 Nov 2008 21:57:54 +0000 (21:57 +0000)
committerKonstantin Belousov <kib@FreeBSD.org>
Sun, 16 Nov 2008 21:57:54 +0000 (21:57 +0000)
commit6129343d5db4e3b6f03d4db5294afe1096f4c603
treed7e67c7aae8d3f27f4ce597da4e44e6cd069b7c9
parentc5f77bf9862fb4a08425d70e0d08d5f4403952db
Instead of forcing vn_start_write() to reset mp back to NULL for the
failed calls with non-NULL vp, explicitely clear mp after failure.

Tested by: stass
Reviewed by: tegge
PR: 123768
MFC after: 1 week
sys/vm/vm_pageout.c