mount_alias() in lib/fsu_mount.c has at least the following problems: - it never registers al->fsa_path with rump_pub_etfs_register() - it then passes al->fsa_path as the fsdevice into mount_struct(), it should be passing RUMPFSDEV found these while fixing the error reporting for PR #13 It's not clear to me how the alias functionality is intended to work, is this a work in progress?
mount_alias() in lib/fsu_mount.c has at least the following problems:
found these while fixing the error reporting for PR fsu_ecp: Fix "Bad file descriptor" and file mode bits #13
It's not clear to me how the alias functionality is intended to work, is this a work in progress?