]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't use LK_DRAIN before calling VOP_FSYNC() in the panic case for
authorRobert Watson <rwatson@FreeBSD.org>
Wed, 21 May 2008 13:05:06 +0000 (13:05 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Wed, 21 May 2008 13:05:06 +0000 (13:05 +0000)
commitbf7baa9eca71b921c9c18e1404b2da5c8a60c6da
treec1fa160f62128f76919befbd9bf6ffb286ff24fe
parent82f4d640353404ef3432b2a9e9933d7cd7ac80a7
Don't use LK_DRAIN before calling VOP_FSYNC() in the panic case for
audit trail failure -- this doesn't contribute anything, and might
arguably be wrong.

MFC after: 1 week
Requested by: attilio
sys/security/audit/audit_worker.c