Hello hackers: I am learning glusterfs and get one question when I reading contrib/fuse-lib/mount.c fuse_mnt_add_mount(). Why does it fork four times and the grand-grand-child exec("/bin/mount")? What is the benefit and the consideration? Thank you Daniel