From 718b3a977e9815ab7b9679303a36f121189f9267 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 15 Nov 1995 19:06:10 +0000 Subject: Formerly cache.c.~2~ --- nfs/cache.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'nfs') diff --git a/nfs/cache.c b/nfs/cache.c index 5b31e712..5d00f144 100644 --- a/nfs/cache.c +++ b/nfs/cache.c @@ -19,19 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ -/* We have fresh stat information for NP; the fattr structure is at - P. Update our entry. Return the address of the next int after - the fattr structure. */ -int * -register_fresh_stat (struct node *np, int *p) -{ - int *ret; - - ret = xdr_decode_fattr (p, &np->nn_stat); - np->nn->stat_updat = netfs_mtime.seconds; - return ret; -} - -- cgit v1.2.3