posix_spawn style updates
authorBernd Schubert <bschubert@ddn.com>
Tue, 5 Mar 2024 14:47:50 +0000 (15:47 +0100)
committerBernd Schubert <bschubert@ddn.com>
Thu, 7 Mar 2024 10:56:30 +0000 (11:56 +0100)
commit290c65b1ad4b8a42a9af507b411df480400d9aff
treec2c627de8e6a1ca69a47b8928044aacceca766f4
parentbb9cecbf67341e03e53dd36b8f69520f3a26f834
posix_spawn style updates

- This adds a wrapper function for the call sequence
of posix_spawn and posix_spawnp.
- Replaces perror() with fuse_log - the latter
can be redirected through the file system log function
and gives better end user friendly output
- other minor changes, like variable renames
- no functional change
lib/mount.c