On 19 November 2010 02:14, Alexander Best <arundel_at_freebsd.org> wrote: > hi there, > > vfs_mountroot_try() seems to have been removed, yet the src still contains > three references to it: > > vfs_mount.c:386 > vfs_mount.c:723 > freebsd32_misc.c:2368 > So, what about just to rename those comments to reflect function name change? Index: sys/kern/vfs_mount.c =================================================================== --- sys/kern/vfs_mount.c (revision 215516) +++ sys/kern/vfs_mount.c (working copy) _at__at_ -383,7 +383,7 _at__at_ * Filter out MNT_ROOTFS. We do not want clients of nmount() in * userspace to set this flag, but we must filter it out if we want * MNT_UPDATE on the root file system to work. - * MNT_ROOTFS should only be set in the kernel in vfs_mountroot_try(). + * MNT_ROOTFS should only be set in the kernel in parse_mount(). */ uap->flags &= ~MNT_ROOTFS; _at__at_ -720,7 +720,7 _at__at_ * Filter out MNT_ROOTFS. We do not want clients of mount() in * userspace to set this flag, but we must filter it out if we want * MNT_UPDATE on the root file system to work. - * MNT_ROOTFS should only be set in the kernel in vfs_mountroot_try(). + * MNT_ROOTFS should only be set in the kernel in parse_mount(). */ uap->flags &= ~MNT_ROOTFS; Index: sys/compat/freebsd32/freebsd32_misc.c =================================================================== --- sys/compat/freebsd32/freebsd32_misc.c (revision 215516) +++ sys/compat/freebsd32/freebsd32_misc.c (working copy) _at__at_ -2365,7 +2365,7 _at__at_ * Filter out MNT_ROOTFS. We do not want clients of nmount() in * userspace to set this flag, but we must filter it out if we want * MNT_UPDATE on the root file system to work. - * MNT_ROOTFS should only be set in the kernel in vfs_mountroot_try(). + * MNT_ROOTFS should only be set in the kernel in parse_mount(). */ uap->flags &= ~MNT_ROOTFS; -- wbr, pluknetReceived on Fri Nov 19 2010 - 09:09:31 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:09 UTC