Close a race between libzfs and mountd when updating NFS exports.
- Flush the file descriptor for the new ZFS exports file before sending a SIGHUP to mountd. Reviewed by: pjd Approved by: ken MFC after: 3 days
This commit is contained in:
parent
5b0ca88c44
commit
c8af0886c3
@ -223,6 +223,7 @@ out:
|
|||||||
error = errno;
|
error = errno;
|
||||||
unlink(tmpfile);
|
unlink(tmpfile);
|
||||||
} else {
|
} else {
|
||||||
|
fflush(newfd);
|
||||||
/*
|
/*
|
||||||
* Send SIGHUP to mountd, but unlock exports file later.
|
* Send SIGHUP to mountd, but unlock exports file later.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user