From a56b04da105a54538a73840ea61a668719ee327a Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 20 Jun 1995 01:11:04 +0000 Subject: (diskfs_shutdown): --- libdiskfs/shutdown.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libdiskfs/shutdown.c b/libdiskfs/shutdown.c index 1dfeeb99..c42ea06e 100644 --- a/libdiskfs/shutdown.c +++ b/libdiskfs/shutdown.c @@ -53,7 +53,11 @@ diskfs_shutdown (int flags) return EBUSY; if (flags & FSYS_GOAWAY_RECURSE) - diskfs_node_iterate (helper); + { + err = diskfs_node_iterate (helper); + if (err) + return err; + } mutex_lock (&diskfs_shutdown_lock); -- cgit v1.2.3