[OpenAFS] 1.4.2fc3 client on RHEL5 beta 1

chas williams - CONTRACTOR chas@cmf.nrl.navy.mil
Fri, 22 Sep 2006 10:16:32 -0400


In message <820DAED4B9415F2EEC8C73A6@sirius.fac.cs.cmu.edu>,Jeffrey Hutzelman w
rites:
>@@ -57,7 +57,7 @@
> #include <afs/afs_sysnames.h>
> #define AFS_USERSPACE_IP_ADDR 1
> #define RXK_LISTENER_ENV 1
>-#define AFS_GCPAGS       2	/* Set to Userdisabled, allow sysctl to 
>override */
>+#define AFS_GCPAGS       0	/* Set to Userdisabled, allow sysctl to 
>override */

just a comment on this with regard to keyring pag's.  the key's
.destroy hook could be used to do away with the associated afs_user
object immediately.  should this functionality always work (despite the
AFS_GCPAGS setting) and if so, should it just do the delete itself or
flag the pag and let afs clean it up later?