afs/fs/afs inode.c,1.15,1.16

dwh at infradead.org dwh at infradead.org
Mon Jan 19 10:04:13 GMT 2004


Update of /home/cvs/afs/fs/afs
In directory phoenix.infradead.org:/tmp/cvs-serv28457/fs/afs

Modified Files:
	inode.c 
Log Message:
can't access vnode->cache if no caching support


Index: inode.c
===================================================================
RCS file: /home/cvs/afs/fs/afs/inode.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- inode.c	10 Sep 2003 13:32:37 -0000	1.15
+++ inode.c	19 Jan 2004 10:04:11 -0000	1.16
@@ -201,7 +201,11 @@
 	       vnode->cb_version,
 	       vnode->cb_timeout.timo_jif,
 	       vnode->cb_type,
+#ifdef AFS_CACHING_SUPPORT
 	       vnode->cache
+#else
+	       NULL
+#endif
 	       );
 	return 0;
 




More information about the linux-afs-cvs mailing list