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

2021-12-24 Thread Joan Lledó
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 * libnetfs/file-map.c: netfs_get_filemap definition * libnetfs/Makefile: add file-map.c to sources --- libnetfs/Makefile |

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