haiku/headers/private/userlandfs
PulkoMandy 49a00a128a userlandfs: implement get_fs_info using ioctl
This avoids introducing an entirely custom hook in FUSE.
It uses the ioctl hook in an unconventional way (calling it with no
valid fuse_file_info) but this can be fixed if a filesystem requires it
(by opening a file handle on /, doing the ioctl, then closing again).

An updated version of fusesmb-haiku is available and confirmed working:
https://github.com/haikuarchives/fusesmb-haiku

Change-Id: If1268113874363fa035e5340be75e9f5198216d6
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5199
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
2022-09-13 18:51:12 +00:00
..
fuse userlandfs: implement get_fs_info using ioctl 2022-09-13 18:51:12 +00:00
legacy
private userlandfs_fuse_lowlevel: fix opening directories in Tracker 2022-07-19 16:06:29 +00:00
shared general/logs: Ensure all logs start with THING: 2022-09-08 17:59:21 +00:00