Re: [Linux-cachefs] [PATCH v3 00/20] netfs: Prep for write helpers

2022-03-12 Thread Dominique Martinet
David Howells wrote on Thu, Mar 10, 2022 at 04:13:56PM +: > The patches can be found on this branch: > > > http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=fscache-next Looks good to me from the 9p side: Tested-by: Dominique Martinet # 9p writes being done by

Re: [Linux-cachefs] [PATCH v3 00/20] netfs: Prep for write helpers

2022-03-11 Thread Jeff Layton
On Thu, 2022-03-10 at 16:13 +, David Howells wrote: > Having had a go at implementing write helpers and content encryption > support in netfslib, it seems that the netfs_read_{,sub}request structs and > the equivalent write request structs were almost the same and so should be > merged, thereby

[Linux-cachefs] [PATCH v3 00/20] netfs: Prep for write helpers

2022-03-10 Thread David Howells
Having had a go at implementing write helpers and content encryption support in netfslib, it seems that the netfs_read_{,sub}request structs and the equivalent write request structs were almost the same and so should be merged, thereby requiring only one set of alloc/get/put functions and a commo