diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2007-02-15 22:08:35 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2007-02-15 22:08:35 +0000 |
| commit | 10bcafe9abdb866e20e561bf567f15c0a06a0114 (patch) | |
| tree | d0649ac0ff4a69d709b0c801322ed78174e44d1c /sys/fs/umapfs/umap_vfsops.c | |
| parent | 233fcaed71e100aab87e94b9f579d3c23422d4db (diff) | |
Notes
Diffstat (limited to 'sys/fs/umapfs/umap_vfsops.c')
| -rw-r--r-- | sys/fs/umapfs/umap_vfsops.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/fs/umapfs/umap_vfsops.c b/sys/fs/umapfs/umap_vfsops.c index 694ce3334afd..d40dd562dcbc 100644 --- a/sys/fs/umapfs/umap_vfsops.c +++ b/sys/fs/umapfs/umap_vfsops.c @@ -59,7 +59,6 @@ static vfs_quotactl_t umapfs_quotactl; static vfs_statfs_t umapfs_statfs; static vfs_unmount_t umapfs_unmount; static vfs_fhtovp_t umapfs_fhtovp; -static vfs_vptofh_t umapfs_vptofh; static vfs_checkexp_t umapfs_checkexp; static vfs_vget_t umapfs_vget; static vfs_extattrctl_t umapfs_extattrctl; @@ -384,17 +383,6 @@ umapfs_checkexp(mp, nam, exflagsp, credanonp) } static int -umapfs_vptofh(vp, fhp) - struct vnode *vp; - struct fid *fhp; -{ - struct vnode *lvp; - - lvp = UMAPVPTOLOWERVP(vp); - return (VFS_VPTOFH(lvp, fhp)); -} - -static int umapfs_extattrctl(mp, cmd, filename_vp, namespace, attrname, td) struct mount *mp; int cmd; @@ -419,7 +407,6 @@ static struct vfsops umap_vfsops = { .vfs_statfs = umapfs_statfs, .vfs_unmount = umapfs_unmount, .vfs_vget = umapfs_vget, - .vfs_vptofh = umapfs_vptofh, }; VFS_SET(umap_vfsops, umapfs, VFCF_LOOPBACK); |
