Clean up more completed simple jobs
authorMichael Meffie <mmeffie@sinenomine.net>
Wed, 16 Feb 2022 17:59:31 +0000 (12:59 -0500)
committerMichael Meffie <mmeffie@sinenomine.net>
Wed, 16 Feb 2022 17:59:31 +0000 (12:59 -0500)
The 'use native linux credentials' looks to be implemented
long ago in commit dc85abcaa6e3423452078e36bbfcd281e613c407

devel/OpenAFSSimpleJobs.mdwn

index cafaa8a..8fcf421 100644 (file)
@@ -23,11 +23,3 @@ renames. This is also a bug in RT - see
 <http://grand.central.org/rt/Ticket/Display.html?id=124973>, and the mailing
 list thread at
 <https://lists.openafs.org/pipermail/openafs-info/2009-February/030928.html>
-
-###### <a name="Use native Linux credentials"></a> Use native Linux credentials
-
-The Linux CM currently uses its own 'struct cred' because, until recently,
-there was no native structure for managing credentials available in the Linux
-cache manager. Now that there is one available, we should use (by pointer and
-reference count) this structure, rather than maintaining our own.
-