summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-01-04 08:47:19 +0000
committerphk <phk@FreeBSD.org>2003-01-04 08:47:19 +0000
commit157437ec08ca503e04f7b56ea4e818fd06d7bf2a (patch)
treed6c89e41df3352e0d3abb7e2c7148d12739c4890 /sys/fs/unionfs
parent709e95a097199abc7a5e3e27658270d22ed55ee5 (diff)
downloadFreeBSD-src-157437ec08ca503e04f7b56ea4e818fd06d7bf2a.zip
FreeBSD-src-157437ec08ca503e04f7b56ea4e818fd06d7bf2a.tar.gz
Since Jeffr made the std* functions the default in rev 1.63 of
kern/vfs_defaults.c it is wrong for the individual filesystems to use the std* functions as that prevents override of the default. Found by: src/tools/tools/vop_table
Diffstat (limited to 'sys/fs/unionfs')
-rw-r--r--sys/fs/unionfs/union_vnops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/unionfs/union_vnops.c b/sys/fs/unionfs/union_vnops.c
index dc09095..a625f29 100644
--- a/sys/fs/unionfs/union_vnops.c
+++ b/sys/fs/unionfs/union_vnops.c
@@ -1851,7 +1851,6 @@ static struct vnodeopv_entry_desc union_vnodeop_entries[] = {
{ &vop_getvobject_desc, (vop_t *) union_getvobject },
{ &vop_inactive_desc, (vop_t *) union_inactive },
{ &vop_ioctl_desc, (vop_t *) union_ioctl },
- { &vop_islocked_desc, (vop_t *) vop_stdislocked },
{ &vop_lease_desc, (vop_t *) union_lease },
{ &vop_link_desc, (vop_t *) union_link },
{ &vop_lookup_desc, (vop_t *) union_lookup },
OpenPOWER on IntegriCloud