mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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:
parent
2ec26ae402
commit
311b95bbcd
1 changed files with 0 additions and 1 deletions
|
|
@ -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 *);
|
||||
|
|
|
|||
Loading…
Reference in a new issue