This commit was manufactured by cvs2svn to create branch 'fedora'.
[linux-2.6.git] / fs / xfs / linux-2.6 / time.h
similarity index 97%
rename from fs/xfs/linux/time.h
rename to fs/xfs/linux-2.6/time.h
index 109b5c0..6c6fd0f 100644 (file)
@@ -39,7 +39,7 @@ typedef struct timespec timespec_t;
 
 static inline void delay(long ticks)
 {
-       current->state = TASK_UNINTERRUPTIBLE;
+       set_current_state(TASK_UNINTERRUPTIBLE);
        schedule_timeout(ticks);
 }