Deleted Added
full compact
32c32
< * $FreeBSD: head/sys/fs/nfs/nfs_var.h 222389 2011-05-27 22:05:10Z rmacklem $
---
> * $FreeBSD: head/sys/fs/nfs/nfs_var.h 222719 2011-06-05 18:17:37Z rmacklem $
404c404
< struct ucred *, NFSPROC_T *);
---
> struct ucred *, NFSPROC_T *, void *, int);
407c407
< struct ucred *, NFSPROC_T *);
---
> struct ucred *, NFSPROC_T *, void *, int);
442,443c442,443
< struct ucred *, NFSPROC_T *, struct nfsclclient *, int, u_int8_t *,
< u_int8_t *, struct nfscllockowner **, int *, int *);
---
> struct ucred *, NFSPROC_T *, struct nfsclclient *, int, void *, int,
> u_int8_t *, u_int8_t *, struct nfscllockowner **, int *, int *);
446c446
< struct nfscllockowner **, int *);
---
> void *, int, struct nfscllockowner **, int *);
448c448
< struct ucred *, NFSPROC_T *);
---
> struct ucred *, NFSPROC_T *, void *, int);
451c451
< void nfscl_filllockowner(NFSPROC_T *, u_int8_t *);
---
> void nfscl_filllockowner(void *, u_int8_t *, int);
469c469,470
< void nfscl_releasealllocks(struct nfsclclient *, vnode_t, NFSPROC_T *);
---
> void nfscl_releasealllocks(struct nfsclclient *, vnode_t, NFSPROC_T *, void *,
> int);
471c472
< u_int64_t, struct flock *, NFSPROC_T *);
---
> u_int64_t, struct flock *, NFSPROC_T *, void *, int);