Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82415
b: refs/heads/master
c: a490c68
h: refs/heads/master
i:
  82413: c8ca00a
  82411: 65edbde
  82407: 0db554d
  82399: 9c1ece6
v: v3
  • Loading branch information
J. Bruce Fields committed Feb 1, 2008
1 parent 71b69be commit 55b2f41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 48b4ba3fdd7af319e90ade395162430934ee7b87
refs/heads/master: a490c681cbcf65d548138c377bb691c85824d323
10 changes: 5 additions & 5 deletions trunk/net/sunrpc/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -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/<cachename>/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.
Expand Down

0 comments on commit 55b2f41

Please sign in to comment.