看板 DFBSD_commit 關於我們 聯絡資訊
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