From: William Lee Irwin III <wli@holomorphy.com>
To: Hugh Dickins <hugh@veritas.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] fix i810_dma.c freeing mem inside mem_map
Date: Fri, 8 Feb 2002 08:49:53 -0800 [thread overview]
Message-ID: <20020208164953.GC767@holomorphy.com> (raw)
In-Reply-To: <E16Z3Kb-0003cm-00@holomorphy> <Pine.LNX.4.21.0202081229490.964-100000@localhost.localdomain>
In-Reply-To: <Pine.LNX.4.21.0202081229490.964-100000@localhost.localdomain>
On Thu, 7 Feb 2002, William Lee Irwin III wrote:
>> --- linux/drivers/char/drm/i810_dma.c.bak Thu Feb 7 21:09:49 2002
>> +++ linux/drivers/char/drm/i810_dma.c Thu Feb 7 21:09:59 2002
>> @@ -301,7 +301,7 @@
>> atomic_dec(&p->count);
>> clear_bit(PG_locked, &p->flags);
>> wake_up_page(p);
>> - free_page(p);
>> + free_page(page);
>> }
>> }
On Fri, Feb 08, 2002 at 12:31:07PM +0000, Hugh Dickins wrote:
> What tree does this patch apply to?
> Hugh
rmap12d
Cheers,
Bill
prev parent reply other threads:[~2002-02-08 16:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-08 5:12 [PATCH] fix i810_dma.c freeing mem inside mem_map William Lee Irwin III
2002-02-08 12:31 ` Hugh Dickins
2002-02-08 16:49 ` William Lee Irwin III [this message]
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=20020208164953.GC767@holomorphy.com \
--to=wli@holomorphy.com \
--cc=hugh@veritas.com \
--cc=linux-kernel@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.