From 277d69d4358f94bf176268a5a98da39bf5277589 Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk Date: Fri, 19 Apr 2019 10:38:24 -0500 Subject: [PATCH] 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 --- src/afs/afs_osidnlc.c | 7 +++++++ 1 file changed, 7 insertions(+) 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" -- 2.39.5