From 65609bd672e4fb232f81010b96ef8892833276b7 Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Sat, 16 May 2015 03:38:31 -0400 Subject: [PATCH] staging/lustre: Only set INTERRUPTIBLE state before calling schedule In __l_wait_event the condition could be a complicated function that does allocations and other potentialy blocking activities, so it sohuld not be called in a task state other than RUNNABLE Signed-off-by: Oleg Drokin Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed