]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Change vn_start_write() to clear *mpp on all failures when non-NULL vp
authorKonstantin Belousov <kib@FreeBSD.org>
Tue, 21 Oct 2008 09:55:49 +0000 (09:55 +0000)
committerKonstantin Belousov <kib@FreeBSD.org>
Tue, 21 Oct 2008 09:55:49 +0000 (09:55 +0000)
commit3ba28ace77ef46d49876c026f5cf88119c295cf6
tree874e23f2034395490b2f5bbf0d8e7030becade15
parenta51ac2440708ed6c86aeceb8b768092f21a8bdc5
Change vn_start_write() to clear *mpp on all failures when non-NULL vp
is supplied, since vm_pageout_scan() expects it to be cleared on error.

Submitted by: tegge
PR: 123768
MFC after: 1 week
sys/kern/vfs_vnops.c