diff options
| author | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 18:12:47 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 18:12:47 -0800 |
| commit | d39a11f309a4fdeeed232dd6c0f00604d11a4aea (patch) | |
| tree | 7a7f994448bd8f12ff077bbffb1dca345dfe8234 /include/linux/sunrpc | |
| parent | 1a0153507ffae9cf3350e76c12d441788c0191e1 (diff) | |
v2.4.3.3 -> v2.4.3.4
- David Miller: sparc rw semaphores moved over
- Alan Cox: yet more resyncs
- NIIBE Yutaka: Super-H driver update
- David Howells: more rw-sem cleanups, updates
- USB updates
- Al Viro: filesystem init cleanup
Diffstat (limited to 'include/linux/sunrpc')
| -rw-r--r-- | include/linux/sunrpc/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sunrpc/sched.h b/include/linux/sunrpc/sched.h index c6e6e40e0344..e106bf92ce96 100644 --- a/include/linux/sunrpc/sched.h +++ b/include/linux/sunrpc/sched.h @@ -80,7 +80,7 @@ struct rpc_task { unsigned short tk_lock; /* Task lock counter */ unsigned char tk_active : 1,/* Task has been activated */ tk_wakeup : 1;/* Task waiting to wake up */ - unsigned int tk_runstate; /* Task run status */ + unsigned long tk_runstate; /* Task run status */ #ifdef RPC_DEBUG unsigned short tk_pid; /* debugging aid */ #endif |
