From eafa1766d15db82b0fecee887e5ff1c937528cc0 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 26 Jun 1995 23:45:28 +0000 Subject: (diskfs_S_fsys_set_options/helper): Ignore harmless errors from fsys_set_options. --- libdiskfs/fsys-options.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libdiskfs') diff --git a/libdiskfs/fsys-options.c b/libdiskfs/fsys-options.c index edf0d44f..f793e5cf 100644 --- a/libdiskfs/fsys-options.c +++ b/libdiskfs/fsys-options.c @@ -54,6 +54,9 @@ diskfs_S_fsys_set_options (fsys_t fsys, else error = 0; mutex_lock (&np->lock); + + if (error == MIG_SERVER_DIED || error == MACH_SEND_INVALID_DEST) + error = 0; return error; } -- cgit v1.2.3