diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-07-08 04:11:55 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-07-08 04:11:55 +0000 |
| commit | 9391631eaba6a50e47b9428e540db59e445fa6d9 (patch) | |
| tree | d9e3d1cf9e728e54ec0e45ad1341c3877f79daa3 /sys/miscfs | |
| parent | 2b57ca3a5b50994b4c62f5036028b0cbe64699a4 (diff) | |
Notes
Diffstat (limited to 'sys/miscfs')
| -rw-r--r-- | sys/miscfs/specfs/spec_vnops.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/miscfs/specfs/spec_vnops.c b/sys/miscfs/specfs/spec_vnops.c index 60ca99981917..f3b88f026619 100644 --- a/sys/miscfs/specfs/spec_vnops.c +++ b/sys/miscfs/specfs/spec_vnops.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)spec_vnops.c 8.6 (Berkeley) 4/9/94 - * $Id: spec_vnops.c,v 1.10 1995/02/03 06:46:21 davidg Exp $ + * $Id: spec_vnops.c,v 1.11 1995/04/09 06:03:10 davidg Exp $ */ #include <sys/param.h> @@ -473,6 +473,7 @@ loop: #ifdef DIAGNOSTIC if (vp->v_dirtyblkhd.lh_first) { vprint("spec_fsync: dirty", vp); + splx(s); goto loop; } #endif |
