Re: [PATCH] md: Remove broken SIGKILL support

2007-05-01 Thread Eric W. Biederman
Neil Brown <[EMAIL PROTECTED]> writes: > On Thursday April 19, [EMAIL PROTECTED] wrote: >> From: Eric W. Biederman <[EMAIL PROTECTED]> >> >> Currently md_thread calls allow_signal so it can receive a >> SIGKILL but then does nothing with it except flush the >> sigkill so that it not can use an

Re: [PATCH] md: Remove broken SIGKILL support

2007-05-01 Thread Eric W. Biederman
Neil Brown [EMAIL PROTECTED] writes: On Thursday April 19, [EMAIL PROTECTED] wrote: From: Eric W. Biederman [EMAIL PROTECTED] Currently md_thread calls allow_signal so it can receive a SIGKILL but then does nothing with it except flush the sigkill so that it not can use an interruptible

Re: [PATCH] md: Remove broken SIGKILL support

2007-04-30 Thread Neil Brown
On Thursday April 19, [EMAIL PROTECTED] wrote: > From: Eric W. Biederman <[EMAIL PROTECTED]> > > Currently md_thread calls allow_signal so it can receive a > SIGKILL but then does nothing with it except flush the > sigkill so that it not can use an interruptible sleep. > > This whole dance is

Re: [PATCH] md: Remove broken SIGKILL support

2007-04-30 Thread Neil Brown
On Thursday April 19, [EMAIL PROTECTED] wrote: From: Eric W. Biederman [EMAIL PROTECTED] Currently md_thread calls allow_signal so it can receive a SIGKILL but then does nothing with it except flush the sigkill so that it not can use an interruptible sleep. This whole dance is silly so

[PATCH] md: Remove broken SIGKILL support

2007-04-19 Thread Eric W. Biederman
From: Eric W. Biederman <[EMAIL PROTECTED]> Currently md_thread calls allow_signal so it can receive a SIGKILL but then does nothing with it except flush the sigkill so that it not can use an interruptible sleep. This whole dance is silly so remove the unnecessary and broken signal handling

[PATCH] md: Remove broken SIGKILL support

2007-04-19 Thread Eric W. Biederman
From: Eric W. Biederman <[EMAIL PROTECTED]> - unquoted Currently md_thread calls allow_signal so it can receive a SIGKILL but then does nothing with it except flush the sigkill so that it not can use an interruptible sleep. This whole dance is silly so remove the unnecessary and broken signal

[PATCH] md: Remove broken SIGKILL support

2007-04-19 Thread Eric W. Biederman
From: Eric W. Biederman [EMAIL PROTECTED] - unquoted Currently md_thread calls allow_signal so it can receive a SIGKILL but then does nothing with it except flush the sigkill so that it not can use an interruptible sleep. This whole dance is silly so remove the unnecessary and broken signal

[PATCH] md: Remove broken SIGKILL support

2007-04-19 Thread Eric W. Biederman
From: Eric W. Biederman [EMAIL PROTECTED] Currently md_thread calls allow_signal so it can receive a SIGKILL but then does nothing with it except flush the sigkill so that it not can use an interruptible sleep. This whole dance is silly so remove the unnecessary and broken signal handling logic.