Add a missing file change from the VOP_GETATTR() argument axing.

This commit is contained in:
attilio 2008-08-28 18:00:20 +00:00
parent 4e5f663031
commit a7d0f2bbf3

View File

@ -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)