diff options
-rw-r--r-- | libdiskfs/shutdown.c | 1 |
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; } |