DragonFly-2.3.1.91.ged941 master sys/vfs/nfs nfs_vnops.c

Matthew Dillon dillon at crater.dragonflybsd.org
Tue May 19 19:50:16 PDT 2009


commit ed94161f3e746a65f874231fe2ee575e568e5351
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Tue May 19 19:44:00 2009 -0700

    Save creds on nfs_open() for later read/write/etc.
    
    Recent commits removed an unnecessary access() call in the open path.
    However, this broke NFS's saving of creds for future use.  Replicate
    the cred code in nfs_open().
    
    Reported-by: Thomas Nikolajsen <thomas.nikolajsen at mail.dk>

Summary of changes:
 sys/vfs/nfs/nfs_vnops.c |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ed94161f3e746a65f874231fe2ee575e568e5351


-- 
DragonFly BSD source repository





More information about the Commits mailing list