X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Documentation%2Frpc-cache.txt;h=8a382bea6808ed687fd1bacd8f3015e671f6bc1b;hb=8e8858e932a81d827e194abf82faf32d02396f55;hp=5f757c8cf979524b8fc8be321b77660a97cdc941;hpb=95d465fd750897ab32462a6702fbfe1b122cbbc0;p=linux-block.git diff --git a/Documentation/rpc-cache.txt b/Documentation/rpc-cache.txt index 5f757c8cf979..8a382bea6808 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.