summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-07-12 20:39:19 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-07-12 20:39:19 +0000
commitb45e66621e40a50e720e6861ba9ab4c879bcf223 (patch)
treecb77d5c4998d3879b9198ec5d14611246f962b38
parentc23c9eea8a05cd96c719fec89bfcda65b2dc8e4f (diff)
(diskfs_shutdown): Call ports_resume_class_rpcs for
diskfs_protid_class before return EBUSY.
-rw-r--r--libdiskfs/shutdown.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdiskfs/shutdown.c b/libdiskfs/shutdown.c
index d5539ef7..318050a6 100644
--- a/libdiskfs/shutdown.c
+++ b/libdiskfs/shutdown.c
@@ -86,6 +86,7 @@ diskfs_shutdown (int flags)
&& (nports || diskfs_pager_users ()))
{
ports_enable_class (diskfs_protid_class);
+ ports_resume_class_rpcs (diskfs_protid_class);
mutex_unlock (&diskfs_shutdown_lock);
return EBUSY;
}