Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-2-0] src/sys/nfs



Module Name:    src
Committed By:   tron
Date:           Mon Aug 30 10:11:47 UTC 2004

Modified Files:
        src/sys/nfs [netbsd-2-0]: nfs_socket.c

Log Message:
Pull up revision 1.110 via patch (requested by yamt in ticket #803):
nfs_request: a workaround for servers doing "maproot".
for i/o requests which are expected not to fail due to permission
to mimic unix file open semantics (READ, WRITE, COMMIT),
try two credentials.  namely, the file owner's one and open time one.
remember which credential worked in per-file basis and try it first
next time to minimize number of retries.
ideas from Chuck Silvers.  PR/23716 and PR/24987.


To generate a diff of this commit:
cvs rdiff -r1.102.2.2 -r1.102.2.3 src/sys/nfs/nfs_socket.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index