|
@@ -1056,7 +1056,7 @@ static inline void audit_get_stamp(struct audit_context *ctx,
|
|
static void wait_for_auditd(unsigned long sleep_time)
|
|
static void wait_for_auditd(unsigned long sleep_time)
|
|
{
|
|
{
|
|
DECLARE_WAITQUEUE(wait, current);
|
|
DECLARE_WAITQUEUE(wait, current);
|
|
- set_current_state(TASK_INTERRUPTIBLE);
|
|
|
|
|
|
+ set_current_state(TASK_UNINTERRUPTIBLE);
|
|
add_wait_queue(&audit_backlog_wait, &wait);
|
|
add_wait_queue(&audit_backlog_wait, &wait);
|
|
|
|
|
|
if (audit_backlog_limit &&
|
|
if (audit_backlog_limit &&
|