diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 1999-09-11 00:46:08 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 1999-09-11 00:46:08 +0000 |
| commit | c24fda81c9fd87df7e4fe3a567cc0292078bc7bf (patch) | |
| tree | 11d567bfb3508e380a5a5182de8682f6ff54af6b /sys/fs/unionfs/union_vfsops.c | |
| parent | e14f7e789a25e6c026475b00d911ea8727e05ba8 (diff) | |
Notes
Diffstat (limited to 'sys/fs/unionfs/union_vfsops.c')
| -rw-r--r-- | sys/fs/unionfs/union_vfsops.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/fs/unionfs/union_vfsops.c b/sys/fs/unionfs/union_vfsops.c index def8416947d2..af828ac64a8c 100644 --- a/sys/fs/unionfs/union_vfsops.c +++ b/sys/fs/unionfs/union_vfsops.c @@ -496,7 +496,7 @@ union_statfs(mp, sbp, p) static struct vfsops union_vfsops = { union_mount, - vfs_stdstart, + vfs_stdstart, /* underlying start already done */ union_unmount, union_root, vfs_stdquotactl, @@ -504,6 +504,7 @@ static struct vfsops union_vfsops = { vfs_stdsync, /* XXX assumes no cached data on union level */ vfs_stdvget, vfs_stdfhtovp, + vfs_stdcheckexp, vfs_stdvptofh, union_init, }; |
