Commit 6489a8f4 authored by Kinglong Mee's avatar Kinglong Mee Committed by Anna Schumaker

sunrpc: update the comments of sunrpc proc path

Signed-off-by: default avatarKinglong Mee <kinglongmee@gmail.com>
Signed-off-by: default avatarAnna Schumaker <Anna.Schumaker@Netapp.com>
parent af4926e5
...@@ -717,7 +717,7 @@ void cache_clean_deferred(void *owner) ...@@ -717,7 +717,7 @@ void cache_clean_deferred(void *owner)
/* /*
* communicate with user-space * communicate with user-space
* *
* We have a magic /proc file - /proc/sunrpc/<cachename>/channel. * We have a magic /proc file - /proc/net/rpc/<cachename>/channel.
* On read, you get a full request, or block. * On read, you get a full request, or block.
* On write, an update request is processed. * On write, an update request is processed.
* Poll works if anything to read, and always allows write. * Poll works if anything to read, and always allows write.
...@@ -1272,7 +1272,7 @@ EXPORT_SYMBOL_GPL(qword_get); ...@@ -1272,7 +1272,7 @@ EXPORT_SYMBOL_GPL(qword_get);
/* /*
* support /proc/sunrpc/cache/$CACHENAME/content * support /proc/net/rpc/$CACHENAME/content
* as a seqfile. * as a seqfile.
* We call ->cache_show passing NULL for the item to * We call ->cache_show passing NULL for the item to
* get a header, then pass each real item in the cache * get a header, then pass each real item in the cache
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment