Myklebust, Trond <Trond.Myklebust@xxxxxxxxxx> wrote: > > It's fast but...it also missed most of my users (it only has 503 > > cached, there are 36287 total). The refcount and number of keys > > skyrocket even further on repeated runs but the number of missing > > users remains the same. Okay... I need to improve keyring capacity. Current max keyring capacity is (PAGE_SIZE - header) / sizeof(key *) in other words, 500-ish on a 64-bit machine. Let me have a play - in theory, it shouldn't be too hard; the main trick is retaining RCU-based reading and, ideally, tree size. Plus if I can sort it too... David -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html