DragonFly commits List (threaded) for 2009-05
DragonFly BSD
DragonFly commits List (threaded) for 2009-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 19 May 2009 19:48:42 -0700 (PDT)

commit ed94161f3e746a65f874231fe2ee575e568e5351
Author: Matthew Dillon <dillon@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@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



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