vfs: add a file missed in r356337
This commit is contained in:
parent
b249ce48ea
commit
04d88d154d
@ -526,7 +526,7 @@ extern int fop_getattr(vnode_t *vp, vattr_t *vap);
|
||||
#define VN_RELE_ASYNC(vp, taskq) vn_close(vp, 0, NULL, NULL)
|
||||
|
||||
#define vn_lock(vp, type)
|
||||
#define VOP_UNLOCK(vp, type)
|
||||
#define VOP_UNLOCK(vp)
|
||||
|
||||
extern int vn_open(char *path, int x1, int oflags, int mode, vnode_t **vpp,
|
||||
int x2, int x3);
|
||||
|
Loading…
x
Reference in New Issue
Block a user