diff options
author | Trond Myklebust <trondmy@gmail.com> | 2019-04-07 13:58:51 -0400 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2019-04-25 14:18:13 -0400 |
commit | 24a9d9a21e568f494198eea2bb864e0b6c593051 (patch) | |
tree | 24a63db84678bbacf0f3d0f68071c2b73bcdafa5 /include | |
parent | 5efd1876e61fe61b61e2d056782027c11bcd0982 (diff) | |
download | linux-24a9d9a21e568f494198eea2bb864e0b6c593051.tar.bz2 |
SUNRPC: Simplify queue timeouts using timer_reduce()
Simplify the setting of queue timeouts by using the timer_reduce()
function.
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/sunrpc/sched.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sunrpc/sched.h b/include/linux/sunrpc/sched.h index c5ad02c7a4b3..bf9d6ee7f00f 100644 --- a/include/linux/sunrpc/sched.h +++ b/include/linux/sunrpc/sched.h @@ -183,7 +183,6 @@ struct rpc_task_setup { struct rpc_timer { struct timer_list timer; struct list_head list; - unsigned long expires; }; /* |