aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/linux-2.6/time.h')
-rw-r--r--fs/xfs/linux-2.6/time.h3
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
40static inline void delay(long ticks) 40static 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
46static inline void nanotime(struct timespec *tvp) 45static inline void nanotime(struct timespec *tvp)