From 04cecb80cf90f0f62229b8924423f6cd591dd673 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Thu, 1 Aug 1996 16:05:44 +0000 Subject: *** empty log message *** --- nfs/ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nfs/ops.c') diff --git a/nfs/ops.c b/nfs/ops.c index 3ec52e9a..efeded10 100644 --- a/nfs/ops.c +++ b/nfs/ops.c @@ -264,7 +264,7 @@ netfs_attempt_statfs (struct netcred *cred, struct node *np, void *rpcbuf; error_t err; - p = nfs_initialize_rpc (NFSPROC_SETATTR, cred, 0, &rpcbuf, np, -1); + p = nfs_initialize_rpc (NFSPROC_STATFS, cred, 0, &rpcbuf, np, -1); p = xdr_encode_fhandle (p, &np->nn->handle); err = conduct_rpc (&rpcbuf, &p); -- cgit v1.2.3