X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Documentation%2Frpc-cache.txt;h=8a382bea6808ed687fd1bacd8f3015e671f6bc1b;hb=ac38dfc39e7684f55174742e5f0d6c5a0093bbf6;hp=5f757c8cf979524b8fc8be321b77660a97cdc941;hpb=491214716755894986b99e0cf0a08b830d244577;p=powerpc.git diff --git a/Documentation/rpc-cache.txt b/Documentation/rpc-cache.txt index 5f757c8cf9..8a382bea68 100644 --- a/Documentation/rpc-cache.txt +++ b/Documentation/rpc-cache.txt @@ -24,7 +24,7 @@ The common code handles such things as: - general cache lookup with correct locking - supporting 'NEGATIVE' as well as positive entries - allowing an EXPIRED time on cache items, and removing - items after they expire, and are no longe in-use. + items after they expire, and are no longer in-use. - making requests to user-space to fill in cache entries - allowing user-space to directly set entries in the cache - delaying RPC requests that depend on as-yet incomplete @@ -53,7 +53,7 @@ Creating a Cache structure void cache_put(struct kref *) This is called when the last reference to an item is - is dropped. The pointer passed is to the 'ref' field + dropped. The pointer passed is to the 'ref' field in the cache_head. cache_put should release any references create by 'cache_init' and, if CACHE_VALID is set, any references created by cache_update.