From: David Howells <dhowells@redhat.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>,
Linux Kernel Development <linux-kernel@vger.kernel.org>
Subject: Re: [AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.
Date: Tue, 01 May 2007 17:58:35 +0100 [thread overview]
Message-ID: <10918.1178038715@redhat.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0705011820180.27246@anakin>
Geert Uytterhoeven <geert@linux-m68k.org> wrote:
> On architectures that #define WANT_PAGE_VIRTUAL (frv/m68k/mips/extensa),
> page_address(page) expands to (page)->virtual, which fails if page is a
> void *.
On FRV, kmap_atomic() should always be an inline function (I wrote it:-):
static inline void *kmap_atomic(struct page *page, enum km_type type)
{
...
}
David
next prev parent reply other threads:[~2007-05-01 16:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200704271707.l3RH7H5Z032671@hera.kernel.org>
2007-05-01 15:41 ` [AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC Geert Uytterhoeven
2007-05-01 16:14 ` David Howells
2007-05-01 16:31 ` Geert Uytterhoeven
2007-05-01 16:58 ` David Howells [this message]
2007-05-01 17:52 ` Geert Uytterhoeven
2007-05-01 16:23 ` Linus Torvalds
2007-05-01 17:51 ` Geert Uytterhoeven
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=10918.1178038715@redhat.com \
--to=dhowells@redhat.com \
--cc=akpm@osdl.org \
--cc=geert@linux-m68k.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.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.