diff options
Diffstat (limited to 'include/linux/sunrpc/sched.h')
-rw-r--r-- | include/linux/sunrpc/sched.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/sunrpc/sched.h b/include/linux/sunrpc/sched.h index 76720d262ef2..46ebef1788c6 100644 --- a/include/linux/sunrpc/sched.h +++ b/include/linux/sunrpc/sched.h | |||
@@ -80,9 +80,7 @@ struct rpc_task { | |||
80 | } u; | 80 | } u; |
81 | 81 | ||
82 | unsigned short tk_timeouts; /* maj timeouts */ | 82 | unsigned short tk_timeouts; /* maj timeouts */ |
83 | size_t tk_bytes_sent; /* total bytes sent */ | 83 | ktime_t tk_start; /* RPC task init timestamp */ |
84 | ktime_t tk_start, /* RPC task init timestamp */ | ||
85 | tk_rtt; /* round-trip time */ | ||
86 | 84 | ||
87 | pid_t tk_owner; /* Process id for batching tasks */ | 85 | pid_t tk_owner; /* Process id for batching tasks */ |
88 | unsigned char tk_priority : 2;/* Task priority */ | 86 | unsigned char tk_priority : 2;/* Task priority */ |