diff options
Diffstat (limited to 'sys/kern/vfs_default.c')
-rw-r--r-- | sys/kern/vfs_default.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/sys/kern/vfs_default.c b/sys/kern/vfs_default.c index 6bfe085..db5ea10 100644 --- a/sys/kern/vfs_default.c +++ b/sys/kern/vfs_default.c @@ -722,26 +722,6 @@ vop_stdputpages(ap) * vfs default ops * used to fill the vfs function table to get reasonable default return values. */ -int -vfs_stdmount (mp, path, data, ndp, td) - struct mount *mp; - char *path; - caddr_t data; - struct nameidata *ndp; - struct thread *td; -{ - return (0); -} - -int -vfs_stdunmount (mp, mntflags, td) - struct mount *mp; - int mntflags; - struct thread *td; -{ - return (0); -} - int vfs_stdroot (mp, vpp) struct mount *mp; |