Call ufs_bmaparray() with right parameter type.

Sponsored by: DARPA & NAI Labs.
This commit is contained in:
phk 2002-05-17 18:53:29 +00:00
parent 0f322ee87c
commit 152c7cfbca

View File

@ -1915,7 +1915,7 @@ ufs_strategy(ap)
struct buf *bp = ap->a_bp;
struct vnode *vp = ap->a_vp;
struct inode *ip;
daddr_t blkno;
ufs_daddr_t blkno;
int error;
ip = VTOI(vp);