In message <[EMAIL PROTECTED]>,Derek Atkins writes:
>Actually, I just looked more closely at this patch -- I have no way to
>test that it works because I'm not running the kernel that has this

that's useful.  how do you even know the module works?

>#if !defined(KEY_POS_VIEW) || !defined(KEY_POS_SEARCH)
>#error "Your version of keyring support does not have KEY_POS_"
>#endif

or you could just slip them into the key_alloc(), like this:

        key_alloc(0,0,0,KEY_POS_VIEW|KEY_POS_SEARCH,0);

>Which is the preferred method?

since 2.6.9-rhel seems like a common kernel it would be nice to
get these people keyring/pag support if its available in a useful
fashion.  can you test it?
_______________________________________________
OpenAFS-devel mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to