Add a missing file change from the VOP_GETATTR() argument axing.
This commit is contained in:
parent
4e5f663031
commit
a7d0f2bbf3
@ -356,7 +356,7 @@ typedef struct vattr {
|
||||
|
||||
#define VOP_CLOSE(vp, f, c, o, cr) 0
|
||||
#define VOP_PUTPAGE(vp, of, sz, fl, cr) 0
|
||||
#define VOP_GETATTR(vp, vap, fl, cr) ((vap)->va_size = (vp)->v_size, 0)
|
||||
#define VOP_GETATTR(vp, vap, fl) ((vap)->va_size = (vp)->v_size, 0)
|
||||
|
||||
#define VOP_FSYNC(vp, f, cr) fsync((vp)->v_fd)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user