We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1443f76 commit 2c35f43Copy full SHA for 2c35f43
include/linux/sunrpc/sched.h
@@ -197,7 +197,7 @@ struct rpc_wait_queue {
197
unsigned char maxpriority; /* maximum priority (0 if queue is not a priority queue) */
198
unsigned char priority; /* current priority */
199
unsigned char nr; /* # tasks remaining for cookie */
200
- unsigned short qlen; /* total # tasks waiting in queue */
+ unsigned int qlen; /* total # tasks waiting in queue */
201
struct rpc_timer timer_list;
202
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG) || IS_ENABLED(CONFIG_TRACEPOINTS)
203
const char * name;
0 commit comments