Searched hist:232683 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdport.cdiff 232683 Thu Mar 08 01:15:04 MST 2012 rmacklem MFC: r2323467
The name caching changes of r230394 exposed an intermittent bug
in the new NFS server for NFSv4, where it would report ENOENT
when the file actually existed on the server. This turned out
to be caused by not initializing ni_topdir before calling lookup()
and there was a rare case where the value on the stack location
assigned to ni_topdir happened to be a pointer to a ".." entry,
such that "dp == ndp->ni_topdir" succeeded in lookup().
This patch initializes ni_topdir to fix the problem.
/freebsd-9.3-release/sys/i386/conf/
H A DXENHVMdiff 232683 Thu Mar 08 01:15:04 MST 2012 rmacklem MFC: r2323467
The name caching changes of r230394 exposed an intermittent bug
in the new NFS server for NFSv4, where it would report ENOENT
when the file actually existed on the server. This turned out
to be caused by not initializing ni_topdir before calling lookup()
and there was a rare case where the value on the stack location
assigned to ni_topdir happened to be a pointer to a ".." entry,
such that "dp == ndp->ni_topdir" succeeded in lookup().
This patch initializes ni_topdir to fix the problem.

Completed in 90 milliseconds