From b45e66621e40a50e720e6861ba9ab4c879bcf223 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 12 Jul 1995 20:39:19 +0000 Subject: (diskfs_shutdown): Call ports_resume_class_rpcs for diskfs_protid_class before return EBUSY. --- libdiskfs/shutdown.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libdiskfs/shutdown.c') 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; } -- cgit v1.2.3