···1425142514261426/*14271427 * recursively change the type of the mountpoint.14281428- * noinline this do_mount helper to save do_mount stack space.14291428 */14301430-static noinline int do_change_type(struct path *path, int flag)14291429+static int do_change_type(struct path *path, int flag)14311430{14321431 struct vfsmount *m, *mnt = path->mnt;14331432 int recurse = flag & MS_REC;···1458145914591460/*14601461 * do loopback mount.14611461- * noinline this do_mount helper to save do_mount stack space.14621462 */14631463-static noinline int do_loopback(struct path *path, char *old_name,14631463+static int do_loopback(struct path *path, char *old_name,14641464 int recurse)14651465{14661466 struct path old_path;···15261528 * change filesystem flags. dir should be a physical root of filesystem.15271529 * If you've mounted a non-root directory somewhere and want to do remount15281530 * on it - tough luck.15291529- * noinline this do_mount helper to save do_mount stack space.15301531 */15311531-static noinline int do_remount(struct path *path, int flags, int mnt_flags,15321532+static int do_remount(struct path *path, int flags, int mnt_flags,15321533 void *data)15331534{15341535 int err;···15651568 return 0;15661569}1567157015681568-/*15691569- * noinline this do_mount helper to save do_mount stack space.15701570- */15711571-static noinline int do_move_mount(struct path *path, char *old_name)15711571+static int do_move_mount(struct path *path, char *old_name)15721572{15731573 struct path old_path, parent_path;15741574 struct vfsmount *p;···16421648/*16431649 * create a new mount for userspace and request it to be added into the16441650 * namespace's tree16451645- * noinline this do_mount helper to save do_mount stack space.16461651 */16471647-static noinline int do_new_mount(struct path *path, char *type, int flags,16521652+static int do_new_mount(struct path *path, char *type, int flags,16481653 int mnt_flags, char *name, void *data)16491654{16501655 struct vfsmount *mnt;