diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-01-24 12:31:06 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-01-24 12:31:06 +0000 |
| commit | 56dd36b1a69f58c1445a876b22850c7b921670fd (patch) | |
| tree | 77150cec4edeae78f2822693f106746ee29e0386 /sys/nfsclient/nfs_node.c | |
| parent | 90d52f2f21441e489ac08e6c130a8532060834f3 (diff) | |
Notes
Diffstat (limited to 'sys/nfsclient/nfs_node.c')
| -rw-r--r-- | sys/nfsclient/nfs_node.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nfsclient/nfs_node.c b/sys/nfsclient/nfs_node.c index fc0cb69e2dcaf..19c1cabd932b3 100644 --- a/sys/nfsclient/nfs_node.c +++ b/sys/nfsclient/nfs_node.c @@ -306,7 +306,7 @@ nfs_inactive(struct vop_inactive_args *ap) } else sp = NULL; if (sp) { - (void)nfs_vinvalbuf(ap->a_vp, 0, sp->s_cred, td, 1); + (void)nfs_vinvalbuf(ap->a_vp, 0, td, 1); /* * Remove the silly file that was rename'd earlier */ |
