summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs/procfs_vfsops.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/procfs/procfs_vfsops.c')
-rw-r--r--sys/fs/procfs/procfs_vfsops.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/fs/procfs/procfs_vfsops.c b/sys/fs/procfs/procfs_vfsops.c
index 0969ffc..b9250ac 100644
--- a/sys/fs/procfs/procfs_vfsops.c
+++ b/sys/fs/procfs/procfs_vfsops.c
@@ -36,7 +36,7 @@
*
* @(#)procfs_vfsops.c 8.4 (Berkeley) 1/21/94
*
- * $Id: procfs_vfsops.c,v 1.4 1994/08/18 22:35:14 wollman Exp $
+ * $Id: procfs_vfsops.c,v 1.5 1994/09/21 03:47:06 wollman Exp $
*/
/*
@@ -114,7 +114,8 @@ procfs_unmount(mp, mntflags, p)
flags |= FORCECLOSE;
}
- if (error = vflush(mp, 0, flags))
+ error = vflush(mp, 0, flags);
+ if (error)
return (error);
return (0);
OpenPOWER on IntegriCloud