From 67599ce5dc2bd0724d01dac2a707cf7de1420358 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Fri, 4 Feb 2022 23:28:30 +0000 Subject: [PATCH 13/13] squash! specfs: Drain all I/O operations after last .d_close call. - Fix typo in spec_read copypasta comment. --- 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 8e2b7d042ecb..3111b5b41de8 100644 --- a/sys/miscfs/specfs/spec_vnops.c +++ b/sys/miscfs/specfs/spec_vnops.c @@ -1062,7 +1062,7 @@ spec_read(void *v) * * But before we issue the read, take an I/O reference * to the specnode so close will know when we're done - * writing. Note that the moment we release the lock, + * reading. Note that the moment we release the lock, * the vnode's identity may change; hence spec_io_enter * may fail, and the caller may have a dead vnode on * their hands, if the file system on which vp lived