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
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 |
> This only provides the declaration.
Sorry, I hope it's correct now
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
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/netfs.h | 6 ++
1 file changed, 6 insertions(+)
diff --git a/libnetfs/netfs.h b/libnetfs/netfs.h
index 38182
> 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 the
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:
> *
Quoting Andrej Czapszys <[EMAIL PROTECTED]>:
> Hello. I'm relatively new to the Hurd. After building from CVS, I'm
> rather impressed with the current state. That being said, I was mildly
> surprised at the lack of these features:
> * devfs
You may want to look at udev[0] instead of devfs, as