]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r282085:
authorkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 4 May 2015 08:16:32 +0000 (08:16 +0000)
committerkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 4 May 2015 08:16:32 +0000 (08:16 +0000)
commit88d46d139bfb400181a8ae16d38723139b9d316d
tree28052e23859e377229d4f3a8ad4f0cabfce2aac9
parentf9208e133d57e3ddc2d00c64feb7486659ea32d5
MFC r282085:
Partially revert r255986: do not call VOP_FSYNC() when helping
bufdaemon in getnewbuf(), do use buf_flush().  The difference is that
bufdaemon uses TRYLOCK to get buffer locks, which allows calls to
getnewbuf() while another buffer is locked.

git-svn-id: svn://svn.freebsd.org/base/stable/10@282411 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/kern/vfs_bio.c