FreeBSD Bugzilla – Attachment 5222 Details for
Bug 12651
NFS readdirplus call is broken (with patch)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 371 bytes, created by
bp
on 1999-07-15 13:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
bp
Created:
1999-07-15 13:10:01 UTC
Size:
371 bytes
patch
obsolete
>--- org/nfs_vnops.c Thu Jul 15 12:35:14 1999 >+++ nfs_vnops.c Thu Jul 15 18:56:42 1999 >@@ -2357,7 +2357,7 @@ > cnp->cn_hash = 0; > for (cp = cnp->cn_nameptr, i = 1; i <= len; > i++, cp++) >- cnp->cn_hash += (unsigned char)*cp * i; >+ cnp->cn_hash += (unsigned char)*cp; > cache_enter(ndp->ni_dvp, ndp->ni_vp, cnp); > } > } else {
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 12651
: 5222