Re: [PATCH 1/3] libnetfs: new user callback: netfs_get_filemap()

2021-12-25 Thread Samuel Thibault
Joan Lledó, le ven. 24 déc. 2021 18:21:32 +0100, a ecrit: > > This only provides the declaration. > > Sorry, I hope it's correct now Yup, applied, thanks! Samuel

Re: [PATCH 1/3] libnetfs: new user callback: netfs_get_filemap()

2021-12-24 Thread Joan Lledó
> This only provides the declaration. Sorry, I hope it's correct now

Re: [PATCH 1/3] libnetfs: new user callback: netfs_get_filemap()

2021-12-19 Thread Samuel Thibault
Joan Lledó, le dim. 19 déc. 2021 12:26:45 +0100, a ecrit: > From: Joan Lledó > > Provide the user with a new callback so they can implement file > mapping over file system nodes. > > * libnetfs/netfs.h: Add prototype for netfs_get_filemap This only provides the declaration. As I said, see how

Re: [PATCH 1/3] libnetfs: new user callback: netfs_get_filemap()

2021-12-19 Thread Joan Lledó
> Rather than requiring the translator to provide a netfs_get_filemap > (which breaks compatibility for any existing translator using > libnetfs), you can add a weak definition in libnetfs, see for instance > libnetfs/set-get-trans.c. Like this? I'm also attaching the other two patches, since

Re: [PATCH 1/3] libnetfs: new user callback: netfs_get_filemap()

2021-12-12 Thread Samuel Thibault
Joan Lledó, le dim. 12 déc. 2021 14:08:15 +0100, a ecrit: > Provide the user with a new callback so they can implement file > mapping over file system nodes. > > * libnetfs/netfs.h: Add prototype for netfs_get_filemap > > * acpi/netfs_impl.c: > * console-client/trans.c: > * console/console.c: >