Re: [AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.

2007-05-01 Thread Geert Uytterhoeven
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

Re: [AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.

2007-05-01 Thread Geert Uytterhoeven
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

Re: [AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.

2007-05-01 Thread David Howells
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

Re: [AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.

2007-05-01 Thread Geert Uytterhoeven
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

Re: [AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.

2007-05-01 Thread Linus Torvalds
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

Re: [AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.

2007-05-01 Thread David Howells
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

Re: [AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.

2007-05-01 Thread Geert Uytterhoeven
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