Hi,
int
bread(struct vnode *vp, daddr_t blkno, int size, struct kauth_cred *cred,
int flags, buf_t **bpp);Actually here the 'cred' argument is useless. Ok if I remove it?
Hi,
int
bread(struct vnode *vp, daddr_t blkno, int size, struct kauth_cred *cred,
int flags, buf_t **bpp);Actually here the 'cred' argument is useless. Ok if I remove it?