`filesystem/vfs/mount.rs`中的`do_mount`函数,是为MountFSInode实现的,但是从来没有地方调用到它.  与此对应的,`vfs/core.rs`里面的`do_mount`函数是被使用到的。 感觉需要确认一下,图中的`do_mount`函数是否还需要?我看是 @GnoCiYeH 在pty的那个pr里面添加的。