aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@citi.umich.edu>2008-01-31 16:14:54 -0500
committerJ. Bruce Fields <bfields@citi.umich.edu>2008-04-23 16:13:37 -0400
commit67eb6ff610d50da231a37beb634d6dea4b5025ab (patch)
tree5a14b4e8ca8ed716f541bb681d5fdc0f0b07f767 /include/linux/sunrpc
parentnfsd4: kill unnecessary check in preprocess_stateid_op (diff)
downloadlinux-dev-67eb6ff610d50da231a37beb634d6dea4b5025ab.tar.xz
linux-dev-67eb6ff610d50da231a37beb634d6dea4b5025ab.zip
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>
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r--include/linux/sunrpc/cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sunrpc/cache.h b/include/linux/sunrpc/cache.h
index 03547d6abee5..2d8b211b9324 100644
--- a/include/linux/sunrpc/cache.h
+++ b/include/linux/sunrpc/cache.h
@@ -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,