mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
svcrpc: move unused field from cache_deferred_req
This field is set once and never used; probably some artifact of an earlier implementation idea. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
This commit is contained in:
parent
6a85fa3add
commit
67eb6ff610
2 changed files with 0 additions and 2 deletions
|
@ -120,7 +120,6 @@ struct cache_deferred_req {
|
|||
struct list_head hash; /* on hash chain */
|
||||
struct list_head recent; /* on fifo */
|
||||
struct cache_head *item; /* cache item we wait on */
|
||||
time_t recv_time;
|
||||
void *owner; /* we might need to discard all defered requests
|
||||
* owned by someone */
|
||||
void (*revisit)(struct cache_deferred_req *req,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue