commit 2c5602f1202836ad6152ba360f6be03712f9789e Author: Matthew Dillon <dil...@apollo.backplane.com> Date: Sun Feb 23 22:55:13 2020 -0800
nfs - Strip out cr_prison from cached creds * Strip out cr_prison from creds cached in struct nfs_node to prevent exited jails from sticking around indefinitely. Summary of changes: sys/vfs/nfs/nfs.h | 2 ++ sys/vfs/nfs/nfs_subs.c | 43 +++++++++++++++++++++++++++++++++++++ sys/vfs/nfs/nfs_vnops.c | 56 +++++++++++++++++++++++++++++-------------------- 3 files changed, 78 insertions(+), 23 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2c5602f1202836ad6152ba360f6be03712f9789e -- DragonFly BSD source repository