X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Fnfs%2Fcacheio.c;h=a76915bcf22992129efe3c1df9a25f83d44bfd70;hp=a4bfedbbc02eb1e3522dea1172be1973ff54b3de;hb=57d81b9f4c7f877d64aa7e8c5bddb852e1aa32ce;hpb=2e0b281cbebd6624c2673f5e6822f85df698f273 diff --git a/support/nfs/cacheio.c b/support/nfs/cacheio.c index a4bfedb..a76915b 100644 --- a/support/nfs/cacheio.c +++ b/support/nfs/cacheio.c @@ -249,13 +249,14 @@ cache_flush(int force) char path[200]; time_t now; /* Note: the order of these caches is important. - * The need to be flushed in dependancy order. So + * They need to be flushed in dependancy order. So * a cache that references items in another cache, * as nfsd.fh entries reference items in nfsd.export, * must be flushed before the cache that it references. */ static char *cachelist[] = { "auth.unix.ip", + "auth.unix.gid", "nfsd.fh", "nfsd.export", NULL