]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When synchronously syncing a device (MNT_WAIT), wait for buffers
authormckusick <mckusick@FreeBSD.org>
Sat, 9 Jun 2012 22:26:53 +0000 (22:26 +0000)
committermckusick <mckusick@FreeBSD.org>
Sat, 9 Jun 2012 22:26:53 +0000 (22:26 +0000)
commit070b3c041473a0ce18654dc5b1e1100d4b7896d2
treed0832916f61477a3c6d7f67475b77a699821937a
parent7847bbf8a2150048a56126fdec1b5b3ae0c6df9f
When synchronously syncing a device (MNT_WAIT), wait for buffers
to become available. Otherwise we may excessively spin and fail
with ``fsync: giving up on dirty''.

Reviewed by: kib
Tested by:   Peter Holm
MFC after:   1 week
sys/kern/vfs_default.c