Call ufs_bmaparray() with right parameter type.
Sponsored by: DARPA & NAI Labs.
This commit is contained in:
parent
0f322ee87c
commit
152c7cfbca
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user