From 55b2f4154119440a3d117c45ebdd1d136f075cf7 Mon Sep 17 00:00:00 2001 From: "J. Bruce Fields" Date: Tue, 6 Nov 2007 14:15:19 -0500 Subject: [PATCH] --- yaml --- r: 82415 b: refs/heads/master c: a490c681cbcf65d548138c377bb691c85824d323 h: refs/heads/master i: 82413: c8ca00ac11a4f9ec7bec215fd463a208681c4bdc 82411: 65edbdecea2d36c6d203b4a6bcf5bba9b9b1fae4 82407: 0db554d2b21e68dcba62df74078ed370d1895904 82399: 9c1ece6f5891df1422a2cf00f5aaacbae17b6e62 v: v3 --- [refs] | 2 +- trunk/net/sunrpc/cache.c | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index c82e6d7cde1c..981abf02a1f5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 48b4ba3fdd7af319e90ade395162430934ee7b87 +refs/heads/master: a490c681cbcf65d548138c377bb691c85824d323 diff --git a/trunk/net/sunrpc/cache.c b/trunk/net/sunrpc/cache.c index d27bbe0ee907..3b11277d27b1 100644 --- a/trunk/net/sunrpc/cache.c +++ b/trunk/net/sunrpc/cache.c @@ -634,13 +634,13 @@ void cache_clean_deferred(void *owner) /* * communicate with user-space * - * We have a magic /proc file - /proc/sunrpc/cache - * On read, you get a full request, or block - * On write, an update request is processed - * Poll works if anything to read, and always allows write + * We have a magic /proc file - /proc/sunrpc//channel. + * On read, you get a full request, or block. + * On write, an update request is processed. + * Poll works if anything to read, and always allows write. * * Implemented by linked list of requests. Each open file has - * a ->private that also exists in this list. New request are added + * a ->private that also exists in this list. New requests are added * to the end and may wakeup and preceding readers. * New readers are added to the head. If, on read, an item is found with * CACHE_UPCALLING clear, we free it from the list.