Re: [RFC] stop using ->read and ->write for kernel access v2

2020-06-28 Thread Christoph Hellwig
On Sat, Jun 27, 2020 at 03:15:00PM -0700, Linus Torvalds wrote: > > as part of removing set_fs entirely (for which I have a working > > prototype), we need to stop calling ->read and ->write with kernel > > pointers under set_fs. > > > > My previous "clean up kernel_{read,write} & friends v5"

Re: [RFC] stop using ->read and ->write for kernel access v2

2020-06-27 Thread Linus Torvalds
On Fri, Jun 26, 2020 at 12:58 AM Christoph Hellwig wrote: > > as part of removing set_fs entirely (for which I have a working > prototype), we need to stop calling ->read and ->write with kernel > pointers under set_fs. > > My previous "clean up kernel_{read,write} & friends v5" series, on which

[RFC] stop using ->read and ->write for kernel access v2

2020-06-26 Thread Christoph Hellwig
Hi Al and Linus, as part of removing set_fs entirely (for which I have a working prototype), we need to stop calling ->read and ->write with kernel pointers under set_fs. My previous "clean up kernel_{read,write} & friends v5" series, on which this one builds, consolidate those calls into the