Whamcloud - gitweb
LU-11025 dne: directory restripe and auto split
[fs/lustre-release.git] / lustre / llite / statahead.c
index 9a25ae7..7752b45 100644 (file)
@@ -901,10 +901,6 @@ static void sa_statahead(struct dentry *parent, const char *name, int len,
        EXIT;
 }
 
-#ifndef TASK_IDLE
-#define TASK_IDLE TASK_INTERRUPTIBLE
-#endif
-
 /* async glimpse (agl) thread main function */
 static int ll_agl_thread(void *arg)
 {