diff --git a/[refs] b/[refs] index e0cbf7957eb0..9674fdbda884 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ebf8d6c8630bfd3e24683306599cb953c9a2842c +refs/heads/master: f000cfdde5de4fc15dead5ccf524359c07eadf2b diff --git a/trunk/kernel/audit.c b/trunk/kernel/audit.c index 21c7fa615bd3..91e53d04b6a9 100644 --- a/trunk/kernel/audit.c +++ b/trunk/kernel/audit.c @@ -1056,7 +1056,7 @@ static inline void audit_get_stamp(struct audit_context *ctx, static void wait_for_auditd(unsigned long sleep_time) { DECLARE_WAITQUEUE(wait, current); - set_current_state(TASK_INTERRUPTIBLE); + set_current_state(TASK_UNINTERRUPTIBLE); add_wait_queue(&audit_backlog_wait, &wait); if (audit_backlog_limit &&