From: "Ray Lee" <ray-lk@madrabbit.org>
To: "Alexey Dobriyan" <adobriyan@gmail.com>,
"Andy Whitcroft" <apw@shadowen.org>
Cc: akpm@osdl.org, yanzheng@21cn.com, linux-kernel@vger.kernel.org
Subject: Re: + fix-vm_can_nonlinear-check-in-sys_remap_file_pages.patch added to -mm tree
Date: Mon, 8 Oct 2007 16:09:11 -0700 [thread overview]
Message-ID: <2c0942db0710081609y139646c1lee0915688295e595@mail.gmail.com> (raw)
In-Reply-To: <20071008184044.GA1875@martell.zuzino.mipt.ru>
On 10/8/07, Alexey Dobriyan <adobriyan@gmail.com> wrote:
> On Mon, Oct 08, 2007 at 10:05:40AM -0700, akpm@linux-foundation.org wrote:
> > --- a/mm/fremap.c~fix-vm_can_nonlinear-check-in-sys_remap_file_pages
> > +++ a/mm/fremap.c
> > @@ -160,7 +160,7 @@ asmlinkage long sys_remap_file_pages(uns
> > if (vma->vm_private_data && !(vma->vm_flags & VM_NONLINEAR))
> > goto out;
> >
> > - if (!vma->vm_flags & VM_CAN_NONLINEAR)
> > + if (!(vma->vm_flags & VM_CAN_NONLINEAR))
>
> Ick.
Perhaps a good candidate for checkpatch.pl? (Andy cc:d.)
Ray
next prev parent reply other threads:[~2007-10-08 23:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200710081705.l98H5eoj009691@imap1.linux-foundation.org>
2007-10-08 18:40 ` Alexey Dobriyan
2007-10-08 23:09 ` Ray Lee [this message]
2007-10-09 15:30 ` Al Viro
2007-10-22 22:17 ` Andrew Morton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2c0942db0710081609y139646c1lee0915688295e595@mail.gmail.com \
--to=ray-lk@madrabbit.org \
--cc=adobriyan@gmail.com \
--cc=akpm@osdl.org \
--cc=apw@shadowen.org \
--cc=linux-kernel@vger.kernel.org \
--cc=yanzheng@21cn.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®