Re: NFS Question...
Horst von Brand (vonbrand@sleipnir.valparaiso.cl)
Mon, 24 Jan 2000 21:15:38 -0300
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/