]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Instead of forcing vn_start_write() to reset mp back to NULL for the
authorkib <kib@FreeBSD.org>
Sun, 16 Nov 2008 21:57:54 +0000 (21:57 +0000)
committerkib <kib@FreeBSD.org>
Sun, 16 Nov 2008 21:57:54 +0000 (21:57 +0000)
commit4edc1f94512e1211d5b1f230b9693ca50f823a53
treed7e67c7aae8d3f27f4ce597da4e44e6cd069b7c9
parentec4c1994590580cc4d85ba6220773644b6b4f60a
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