From ed9054af9a194164091da9564a0543e8ab16bff8 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Thu, 3 Feb 2022 22:57:58 +0000 Subject: [PATCH 11/13] fixup! specfs: Drain all I/O operations after last .d_close call. --- sys/miscfs/specfs/spec_vnops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/miscfs/specfs/spec_vnops.c b/sys/miscfs/specfs/spec_vnops.c index 33cd09d8fbba..a41ecbac89ff 100644 --- a/sys/miscfs/specfs/spec_vnops.c +++ b/sys/miscfs/specfs/spec_vnops.c @@ -809,7 +809,7 @@ spec_open(void *v) * Take an I/O reference so that any concurrent spec_close via * spec_node_revoke will wait for us to finish calling .d_open. * The vnode can't be dead at this point because we have it - * locked. Note that if revoked, the driver will interrupt + * locked. Note that if revoked, the driver must interrupt * .d_open before spec_close starts waiting for I/O to drain so * this doesn't deadlock. */