sys/mount.h: remove dead prototype

vfs_getrootfsid() was removed in 245efbba4d

Reviewed by:	mjg
Differential Revision:	https://reviews.freebsd.org/D32606
This commit is contained in:
Robert Wing 2021-10-23 16:13:20 -08:00
parent 2ec26ae402
commit 311b95bbcd

View file

@ -1014,7 +1014,6 @@ void vfs_deallocate_syncvnode(struct mount *);
int vfs_donmount(struct thread *td, uint64_t fsflags,
struct uio *fsoptions);
void vfs_getnewfsid(struct mount *);
struct cdev *vfs_getrootfsid(struct mount *);
struct mount *vfs_getvfs(fsid_t *); /* return vfs given fsid */
struct mount *vfs_busyfs(fsid_t *);
int vfs_modevent(module_t, int, void *);