Re: [PATCH] agp: remove read/write stubs

2014-08-02 Thread Dave Airlie
> > > > Ping. Any more comments, David? > > Ping, ping. David, did you had time to look at the patch again? Merged finally thanks for reminding me, agp is kinda a dead zone. Dave. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH] agp: remove read/write stubs

2014-08-02 Thread Dave Airlie
Ping. Any more comments, David? Ping, ping. David, did you had time to look at the patch again? Merged finally thanks for reminding me, agp is kinda a dead zone. Dave. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: [PATCH] agp: remove read/write stubs

2014-08-01 Thread Mathias Krause
On 22 July 2014 21:50, Mathias Krause wrote: > On 9 July 2014 08:52, Mathias Krause wrote: >> On 9 July 2014 00:48, Dave Airlie wrote: >>> On 2 July 2014 16:15, Mathias Krause wrote: On 15 June 2014 23:02, Mathias Krause wrote: > The VFS layer handles those in the very same way, if

Re: [PATCH] agp: remove read/write stubs

2014-08-01 Thread Mathias Krause
On 22 July 2014 21:50, Mathias Krause mini...@googlemail.com wrote: On 9 July 2014 08:52, Mathias Krause mini...@googlemail.com wrote: On 9 July 2014 00:48, Dave Airlie airl...@gmail.com wrote: On 2 July 2014 16:15, Mathias Krause mini...@googlemail.com wrote: On 15 June 2014 23:02, Mathias

Re: [PATCH] agp: remove read/write stubs

2014-07-22 Thread Mathias Krause
On 9 July 2014 08:52, Mathias Krause wrote: > On 9 July 2014 00:48, Dave Airlie wrote: >> On 2 July 2014 16:15, Mathias Krause wrote: >>> On 15 June 2014 23:02, Mathias Krause wrote: The VFS layer handles those in the very same way, if unset. No need for additional stubs.

Re: [PATCH] agp: remove read/write stubs

2014-07-22 Thread Mathias Krause
On 9 July 2014 08:52, Mathias Krause mini...@googlemail.com wrote: On 9 July 2014 00:48, Dave Airlie airl...@gmail.com wrote: On 2 July 2014 16:15, Mathias Krause mini...@googlemail.com wrote: On 15 June 2014 23:02, Mathias Krause mini...@googlemail.com wrote: The VFS layer handles those in

Re: [PATCH] agp: remove read/write stubs

2014-07-09 Thread Mathias Krause
On 9 July 2014 00:48, Dave Airlie wrote: > On 2 July 2014 16:15, Mathias Krause wrote: >> On 15 June 2014 23:02, Mathias Krause wrote: >>> The VFS layer handles those in the very same way, if unset. No need for >>> additional stubs. >>> >>> Signed-off-by: Mathias Krause >>> Cc: Alexander Viro

Re: [PATCH] agp: remove read/write stubs

2014-07-09 Thread Mathias Krause
On 9 July 2014 00:48, Dave Airlie airl...@gmail.com wrote: On 2 July 2014 16:15, Mathias Krause mini...@googlemail.com wrote: On 15 June 2014 23:02, Mathias Krause mini...@googlemail.com wrote: The VFS layer handles those in the very same way, if unset. No need for additional stubs.

Re: [PATCH] agp: remove read/write stubs

2014-07-08 Thread Dave Airlie
On 2 July 2014 16:15, Mathias Krause wrote: > On 15 June 2014 23:02, Mathias Krause wrote: >> The VFS layer handles those in the very same way, if unset. No need for >> additional stubs. >> >> Signed-off-by: Mathias Krause >> Cc: Alexander Viro >> --- >> drivers/char/agp/frontend.c | 15

Re: [PATCH] agp: remove read/write stubs

2014-07-08 Thread Dave Airlie
On 2 July 2014 16:15, Mathias Krause mini...@googlemail.com wrote: On 15 June 2014 23:02, Mathias Krause mini...@googlemail.com wrote: The VFS layer handles those in the very same way, if unset. No need for additional stubs. Signed-off-by: Mathias Krause mini...@googlemail.com Cc: Alexander

Re: [PATCH] agp: remove read/write stubs

2014-07-02 Thread Mathias Krause
On 15 June 2014 23:02, Mathias Krause wrote: > The VFS layer handles those in the very same way, if unset. No need for > additional stubs. > > Signed-off-by: Mathias Krause > Cc: Alexander Viro > --- > drivers/char/agp/frontend.c | 15 --- > 1 file changed, 15 deletions(-) > >

Re: [PATCH] agp: remove read/write stubs

2014-07-02 Thread Mathias Krause
On 15 June 2014 23:02, Mathias Krause mini...@googlemail.com wrote: The VFS layer handles those in the very same way, if unset. No need for additional stubs. Signed-off-by: Mathias Krause mini...@googlemail.com Cc: Alexander Viro v...@zeniv.linux.org.uk --- drivers/char/agp/frontend.c |

[PATCH] agp: remove read/write stubs

2014-06-15 Thread Mathias Krause
The VFS layer handles those in the very same way, if unset. No need for additional stubs. Signed-off-by: Mathias Krause Cc: Alexander Viro --- drivers/char/agp/frontend.c | 15 --- 1 file changed, 15 deletions(-) diff --git a/drivers/char/agp/frontend.c

[PATCH] agp: remove read/write stubs

2014-06-15 Thread Mathias Krause
The VFS layer handles those in the very same way, if unset. No need for additional stubs. Signed-off-by: Mathias Krause mini...@googlemail.com Cc: Alexander Viro v...@zeniv.linux.org.uk --- drivers/char/agp/frontend.c | 15 --- 1 file changed, 15 deletions(-) diff --git