It seems that the new mount API supports getting access to the errors during mount by reading from the fs_open fd. Example in:
https://github.com/torvalds/linux/blob/master/samples/vfs/test-fsmount.c#L20
It would be very nice if lcfs_mount() could extract these and give some kind of better errors.
It seems that the new mount API supports getting access to the errors during mount by reading from the fs_open fd. Example in:
https://github.com/torvalds/linux/blob/master/samples/vfs/test-fsmount.c#L20
It would be very nice if lcfs_mount() could extract these and give some kind of better errors.