summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/devfs
diff options
context:
space:
mode:
authordyson <dyson@FreeBSD.org>1995-09-04 00:21:16 +0000
committerdyson <dyson@FreeBSD.org>1995-09-04 00:21:16 +0000
commit251a16a6af0b7f6463e6619864a452faa67e82da (patch)
tree465f75274afdb8df4c9cc8c1841dd1321fa64e04 /sys/miscfs/devfs
parent864d8a877ca6e1f78bb3b404658a992fa3bb2bdc (diff)
downloadFreeBSD-src-251a16a6af0b7f6463e6619864a452faa67e82da.zip
FreeBSD-src-251a16a6af0b7f6463e6619864a452faa67e82da.tar.gz
Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count
for VOP_BMAP. Updated affected filesystems...
Diffstat (limited to 'sys/miscfs/devfs')
-rw-r--r--sys/miscfs/devfs/devfs_vnops.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/miscfs/devfs/devfs_vnops.c b/sys/miscfs/devfs/devfs_vnops.c
index 78af2f2..8f00d6a 100644
--- a/sys/miscfs/devfs/devfs_vnops.c
+++ b/sys/miscfs/devfs/devfs_vnops.c
@@ -1,7 +1,7 @@
/*
* Written by Julian Elischer (julian@DIALix.oz.au)
*
- * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_vnops.c,v 1.6 1995/08/01 18:50:51 davidg Exp $
+ * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_vnops.c,v 1.7 1995/09/02 07:09:01 julian Exp $
*
* symlinks can wait 'til later.
*/
@@ -1044,6 +1044,7 @@ int devfs_bmap(ap)
struct vnode **a_vpp;
daddr_t *a_bnp;
int *a_runp;
+ int *a_runb;
} */ *ap;
{
DBPRINT(("bmap\n"));
OpenPOWER on IntegriCloud