aboutsummaryrefslogtreecommitdiff
path: root/libnetfs/file-map.c
Commit message (Collapse)AuthorAgeFilesLines
* libnetfs: new user callback: netfs_get_filemap()Joan Lledó2021-12-251-0/+31
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 Message-Id: <20211224172132.15058-2-jlledom@mailfence.com>