diff options
Diffstat (limited to 'fs/xfs/linux-2.6/time.h')
| -rw-r--r-- | fs/xfs/linux-2.6/time.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/xfs/linux-2.6/time.h b/fs/xfs/linux-2.6/time.h index 6c6fd0faa8e1..b0d2873ab274 100644 --- a/fs/xfs/linux-2.6/time.h +++ b/fs/xfs/linux-2.6/time.h | |||
| @@ -39,8 +39,7 @@ typedef struct timespec timespec_t; | |||
| 39 | 39 | ||
| 40 | static inline void delay(long ticks) | 40 | static inline void delay(long ticks) |
| 41 | { | 41 | { |
| 42 | set_current_state(TASK_UNINTERRUPTIBLE); | 42 | schedule_timeout_uninterruptible(ticks); |
| 43 | schedule_timeout(ticks); | ||
| 44 | } | 43 | } |
| 45 | 44 | ||
| 46 | static inline void nanotime(struct timespec *tvp) | 45 | static inline void nanotime(struct timespec *tvp) |
