FreeBSD Bugzilla – Attachment 7536 Details for
Bug 16299
[nfs] nfs.ko can be unloaded when nfsd is running, leading to a panic later
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 673 bytes, created by
peter.edwards
on 2000-01-22 16:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
peter.edwards
Created:
2000-01-22 16:40:01 UTC
Size:
673 bytes
patch
obsolete
>*** nfs_subs.c.old Sat Jan 22 16:15:02 2000 >--- nfs_subs.c Sat Jan 22 16:26:17 2000 >*************** >*** 150,155 **** >--- 150,157 ---- > NFSPROC_NOOP > }; > >+ extern int nfs_server_daemons; >+ > #endif /* NFS_NOSERVER */ > /* > * and the reverse mapping from generic to Version 2 procedure numbers >*************** >*** 1183,1188 **** >--- 1185,1192 ---- > untimeout(nfs_timer, (void *)NULL, nfs_timer_handle); > nfs_mount_type = -1; > #ifndef NFS_NOSERVER >+ if (nfs_server_daemons) >+ return EBUSY; > default_vnodeop_p[VOFFSET(vop_lease)] = nfs_prev_vop_lease_check; > #endif > lease_updatetime = nfs_prev_lease_updatetime;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 16299
:
7535
| 7536