Re: NFS Question...

From: Horst von Brand (vonbrand@sleipnir.valparaiso.cl)
Date: Mon Jan 24 2000 - 19:15:38 EST


Trond Myklebust <trond.myklebust@fys.uio.no> said:
> --- linux-2.2.14/fs/nfs/dir.c.orig Tue Jan 4 19:12:23 2000
> +++ linux-2.2.14/fs/nfs/dir.c Mon Jan 24 12:55:05 2000
> @@ -309,6 +309,8 @@
> continue;
> if (cache->dev != dev)
> continue;
> + if (!cache->valid)
> + continue;
> if (cache->locked) {
> printk("NFS: cache locked for %s/%ld\n",
                               ^^^
                                 Should start with <level>

> kdevname(dev), (long) ino);

-- 
Horst von Brand                             vonbrand@sleipnir.valparaiso.cl
Casilla 9G, Viņa del Mar, Chile                               +56 32 672616

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Jan 31 2000 - 21:00:13 EST