From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from zps77.corp.google.com (zps77.corp.google.com [172.25.146.77]) by smtp-out.google.com with ESMTP id mAM06Za3029620 for ; Fri, 21 Nov 2008 16:06:35 -0800 Received: from rv-out-0506.google.com (rvbg37.prod.google.com [10.140.83.37]) by zps77.corp.google.com with ESMTP id mAM06XRe015959 for ; Fri, 21 Nov 2008 16:06:34 -0800 Received: by rv-out-0506.google.com with SMTP id g37so1188615rvb.23 for ; Fri, 21 Nov 2008 16:06:33 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <604427e00811201403k26e4bf93tdb2dee9506756a82@mail.gmail.com> Date: Fri, 21 Nov 2008 16:06:33 -0800 Message-ID: <604427e00811211606v15e70bf8i3bde488f75dc08a3@mail.gmail.com> Subject: Re: Make the get_user_pages interruptible From: Ying Han Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org Return-Path: To: David Rientjes Cc: linux-mm@kvack.org, akpm@linux-foundation.org, linux-kernel@vger.kernel.org, Paul Menage , Rohit Seth List-ID: David, i resent the patch with change in another thread. thanks --Ying On Fri, Nov 21, 2008 at 3:24 PM, David Rientjes wrote: > On Thu, 20 Nov 2008, Ying Han wrote: > >> diff --git a/include/linux/sched.h b/include/linux/sched.h >> index b483f39..f2a5cac 100644 >> --- a/include/linux/sched.h >> +++ b/include/linux/sched.h >> @@ -1795,6 +1795,7 @@ extern void flush_signals(struct task_struct *); >> extern void ignore_signals(struct task_struct *); >> extern void flush_signal_handlers(struct task_struct *, int force_default); >> extern int dequeue_signal(struct task_struct *tsk, sigset_t *mask, siginfo_t >> +extern int sigkill_pending(struct task_struct *tsk); >> >> static inline int dequeue_signal_lock(struct task_struct *tsk, sigset_t *mask >> { > > I can't git apply this because it appears as though your email client has > truncated long lines (see dequeue_signal above). > > Your headers look like you're using the gmail GUI to send patches, and > that client has its own section in Documentation/email-clients.txt. If > the instructions don't happen to work for you, please fix that section > once you've troubleshooted the problem. > -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org