diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2001-10-23 19:09:01 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2001-10-23 19:09:01 +0000 |
| commit | fc2749a40cd0814c89ca4e647c6797aec307d453 (patch) | |
| tree | 7cc5998f541a1770fd3d5d2bf621247ee62e3cba | |
| parent | ac9a25807428f851e6d2c8a89e936e7cb9a72a54 (diff) | |
Notes
| -rw-r--r-- | sys/kern/vfs_vnops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/vfs_vnops.c b/sys/kern/vfs_vnops.c index 911bd58602ad..70d84a680597 100644 --- a/sys/kern/vfs_vnops.c +++ b/sys/kern/vfs_vnops.c @@ -188,6 +188,7 @@ restart: */ if (vn_canvmio(vp) == TRUE) { if ((error = vfs_object_create(vp, td, cred)) != 0) + /* XXX: Should VOP_CLOSE() again here. */ goto bad; } |
