summaryrefslogtreecommitdiffstats
path: root/sys/fs/coda
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/coda')
-rw-r--r--sys/fs/coda/coda_vnops.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/sys/fs/coda/coda_vnops.c b/sys/fs/coda/coda_vnops.c
index a27f0b1..20ee42d 100644
--- a/sys/fs/coda/coda_vnops.c
+++ b/sys/fs/coda/coda_vnops.c
@@ -135,7 +135,6 @@ struct vnodeopv_entry_desc coda_vnodeop_entries[] = {
{ &vop_lock_desc, coda_lock }, /* lock */
{ &vop_unlock_desc, coda_unlock }, /* unlock */
{ &vop_bmap_desc, coda_bmap }, /* bmap */
- { &vop_strategy_desc, coda_strategy }, /* strategy */
{ &vop_print_desc, coda_vop_error }, /* print */
{ &vop_islocked_desc, coda_islocked }, /* islocked */
{ &vop_pathconf_desc, coda_pathconf }, /* pathconf */
@@ -1721,28 +1720,6 @@ coda_bmap(v)
}
}
-/*
- * I don't think the following two things are used anywhere, so I've
- * commented them out
- *
- * struct buf *async_bufhead;
- * int async_daemon_count;
- */
-int
-coda_strategy(v)
- void *v;
-{
-/* true args */
- struct vop_strategy_args *ap = v;
- register struct buf *bp __attribute__((unused)) = ap->a_bp;
- struct thread *td __attribute__((unused)) = curthread;
-/* upcall decl */
-/* locals */
-
- printf("coda_strategy: called ???\n");
- return(EOPNOTSUPP);
-}
-
int
coda_reclaim(v)
void *v;
OpenPOWER on IntegriCloud