On Tue, 1 May 2007, David Howells wrote:
> Geert Uytterhoeven <[EMAIL PROTECTED]> 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 a
On Tue, 1 May 2007, Linus Torvalds wrote:
> On Tue, 1 May 2007, Geert Uytterhoeven wrote:
> > This causes a compile failure on m68k:
> >
> > | linux/fs/afs/fsclient.c: In function 'afs_deliver_fs_fetch_data':
> > | linux/fs/afs/fsclient.c:269: warning: dereferencing 'void *' pointer
> > | linux/fs
Geert Uytterhoeven <[EMAIL PROTECTED]> 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 in
On Tue, 1 May 2007, David Howells wrote:
> Geert Uytterhoeven <[EMAIL PROTECTED]> wrote:
> > This causes a compile failure on m68k:
>
> Hmmm... I couldn't actually test m68k as I couldn't get it to compile. Can
> you give me a good config I can use as a base?
>
> > | linux/fs/afs/fsclient.c: In
On Tue, 1 May 2007, Geert Uytterhoeven wrote:
>
> This causes a compile failure on m68k:
>
> | linux/fs/afs/fsclient.c: In function 'afs_deliver_fs_fetch_data':
> | linux/fs/afs/fsclient.c:269: warning: dereferencing 'void *' pointer
> | linux/fs/afs/fsclient.c:269: error: request for member 'v
Geert Uytterhoeven <[EMAIL PROTECTED]> wrote:
> This causes a compile failure on m68k:
Hmmm... I couldn't actually test m68k as I couldn't get it to compile. Can
you give me a good config I can use as a base?
> | linux/fs/afs/fsclient.c: In function 'afs_deliver_fs_fetch_data':
> | linux/fs/afs
On Fri, 27 Apr 2007, Linux Kernel Mailing List wrote:
> [AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.
>
> Make the in-kernel AFS filesystem use AF_RXRPC instead of the old RxRPC
> code.
> --- a/fs/afs/fsclient.c
> +++ b/fs/afs/fsclient.c
> + if (call->count
7 matches
Mail list logo