diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2008-05-03 14:41:30 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2008-05-03 14:41:30 +0000 |
commit | a96362c37a21db8978123564dea721cdbd4421c6 (patch) | |
tree | d808160eb7984a8bcc5e550af5fa821852c0c464 /sys/miscfs/specfs/specdev.h | |
parent | 351632319bc7ed4e24d0f3049fd70e90063b4909 (diff) |
Introduce vop_generic_bmap(); use it where applicable.
one thing of note, fifofs changes in that its bmap now
sets the runp too 0, but that was an oversight in the
old code.
ok art@
Diffstat (limited to 'sys/miscfs/specfs/specdev.h')
-rw-r--r-- | sys/miscfs/specfs/specdev.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/miscfs/specfs/specdev.h b/sys/miscfs/specfs/specdev.h index 98ab6ab3310..55d9322b493 100644 --- a/sys/miscfs/specfs/specdev.h +++ b/sys/miscfs/specfs/specdev.h @@ -1,4 +1,4 @@ -/* $OpenBSD: specdev.h,v 1.24 2008/04/14 10:15:50 thib Exp $ */ +/* $OpenBSD: specdev.h,v 1.25 2008/05/03 14:41:29 thib Exp $ */ /* $NetBSD: specdev.h,v 1.12 1996/02/13 13:13:01 mycroft Exp $ */ /* @@ -102,7 +102,6 @@ int spec_poll(void *); int spec_kqfilter(void *); int spec_fsync(void *); int spec_inactive(void *); -int spec_bmap(void *); int spec_strategy(void *); int spec_print(void *); int spec_pathconf(void *); |