diff options
Diffstat (limited to 'cddl/compat/opensolaris/misc/fsshare.c')
-rw-r--r-- | cddl/compat/opensolaris/misc/fsshare.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cddl/compat/opensolaris/misc/fsshare.c b/cddl/compat/opensolaris/misc/fsshare.c index e8faa92..c3247f9 100644 --- a/cddl/compat/opensolaris/misc/fsshare.c +++ b/cddl/compat/opensolaris/misc/fsshare.c @@ -223,6 +223,7 @@ out: error = errno; unlink(tmpfile); } else { + fflush(newfd); /* * Send SIGHUP to mountd, but unlock exports file later. */ |