diff options
| author | Marcel Telka <marcel@telka.sk> | 2018-02-02 15:30:47 +0100 |
|---|---|---|
| committer | Richard Lowe <richlowe@richlowe.net> | 2018-02-14 19:02:54 +0000 |
| commit | cb5401f44dd4e0e363bea3d5a660aa98d3538220 (patch) | |
| tree | 00547753ee489c234bcd3d785dbf5e4a57788555 | |
| parent | 081391626072035c77f552902b50d1f7c1359700 (diff) | |
| download | illumos-joyent-cb5401f44dd4e0e363bea3d5a660aa98d3538220.tar.gz | |
9016 Default timeout for NFSv4 ephemeral mounts is wrong
Reviewed by: Yuri Pankov <yuripv@gmx.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
| -rw-r--r-- | usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c b/usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c index de0d81dba4..83c84b7892 100644 --- a/usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c +++ b/usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c @@ -3157,7 +3157,7 @@ nfs4_ephemeral_zsd_create(zoneid_t zoneid) /* * This is the default.... */ - ntg->ntg_mount_to = nfs4_trigger_thread_timer; + ntg->ntg_mount_to = nfs4_trigger_mount_to; mutex_init(&ntg->ntg_forest_lock, NULL, MUTEX_DEFAULT, NULL); |
