From: Benjamin Kaduk Date: Fri, 19 Apr 2019 15:38:24 +0000 (-0500) Subject: afs: add a file-level comment to afs_osidnlc.c X-Git-Tag: debian/1.8.4_pre1-1~9^2^2~15 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=277d69d4358f94bf176268a5a98da39bf5277589;p=packages%2Fo%2Fopenafs.git afs: add a file-level comment to afs_osidnlc.c This file doesn't currently do a great job of telling the reader what it's used for. Let's give them a hint, especially for the expansion of "DNLC". Reviewed-on: https://gerrit.openafs.org/13557 Tested-by: BuildBot Reviewed-by: Michael Meffie Reviewed-by: Andrew Deason Reviewed-by: Benjamin Kaduk (cherry picked from commit 3a5ab19fe04058e002bfea90f8b64fab4676de67) Change-Id: I41c53e5a37cc2da8fa0578a9c5db476530103981 Reviewed-on: https://gerrit.openafs.org/13650 Tested-by: BuildBot Reviewed-by: Cheyenne Wills Reviewed-by: Michael Meffie Reviewed-by: Stephan Wiesand --- diff --git a/src/afs/afs_osidnlc.c b/src/afs/afs_osidnlc.c index 974eb4b85..ab451dd30 100644 --- a/src/afs/afs_osidnlc.c +++ b/src/afs/afs_osidnlc.c @@ -7,6 +7,13 @@ * directory or online at http://www.openafs.org/dl/license10.html */ +/*- + * OSI Directory Name Lookup Cache + * + * Keep a local cache of lookup results to avoid needing to examine the disk + * cache, for frequently accessed names. + */ + #include #include "afs/param.h"