Does the new NFS fscache support offline mode? That is, can the client continue to serve cached files even in the absence of any service communication at all? I see that the fscache itself can do this, but it also seems to require the netfs (NFS) to invoke it with "pinning" operations. I don't see any pinning calls, or options to request the behavior in the NFS code currently. I actually have one other semi-related question. In fscache-index.c, the fscache generates keys to match servers by computing an {NFS version, transport protocol, port, IP address} tuple. Have you given thought to how this might work with NFSv4.1 sessions? With 4.1, the session allows trunking and reconnection to multiple server addresses. It appears the cache basically won't hit on such configurations. I think the nfs_server_key structure will require more thought for 4.1. Tom. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html