Deleted Added
full compact
29c29
< __FBSDID("$FreeBSD: head/sys/fs/nfsclient/nfs_clstate.c 207082 2010-04-22 23:51:01Z rmacklem $");
---
> __FBSDID("$FreeBSD: head/sys/fs/nfsclient/nfs_clstate.c 207170 2010-04-24 22:52:14Z rmacklem $");
787c787
< (void) nfs_catnap(PZERO, "nfs_setcl");
---
> (void) nfs_catnap(PZERO, error, "nfs_setcl");
2049c2049
< (void) nfs_catnap(PZERO, "nfsexcls");
---
> (void) nfs_catnap(PZERO, error, "nfsexcls");
2062c2062
< (void) nfs_catnap(PZERO, "nfsexdlg");
---
> (void) nfs_catnap(PZERO, error, "nfsexdlg");
3622c3622
< (void) nfs_catnap(PZERO, "nfstryop");
---
> (void) nfs_catnap(PZERO, error, "nfstryop");
3632c3632
< (void) nfs_catnap(PZERO, "nfstryop");
---
> (void) nfs_catnap(PZERO, error, "nfstryop");
3655c3655,3656
< (void) nfs_catnap(PZERO, "nfstrylck");
---
> (void) nfs_catnap(PZERO, (int)nd->nd_repstat,
> "nfstrylck");
3666c3667,3668
< (void) nfs_catnap(PZERO, "nfstrylck");
---
> (void) nfs_catnap(PZERO, (int)nd->nd_repstat,
> "nfstrylck");
3688c3690
< (void) nfs_catnap(PZERO, "nfstrydp");
---
> (void) nfs_catnap(PZERO, error, "nfstrydp");
3696c3698
< (void) nfs_catnap(PZERO, "nfstrydp");
---
> (void) nfs_catnap(PZERO, error, "nfstrydp");
3717c3719
< (void) nfs_catnap(PZERO, "nfstrycl");
---
> (void) nfs_catnap(PZERO, error, "nfstrycl");
3725c3727
< (void) nfs_catnap(PZERO, "nfstrycl");
---
> (void) nfs_catnap(PZERO, error, "nfstrycl");