afs/include/linux cachefs.h,1.19,1.20

dwh at infradead.org dwh at infradead.org
Tue Aug 19 16:28:30 BST 2003


Update of /home/cvs/afs/include/linux
In directory phoenix.infradead.org:/tmp/cvs-serv7404/include/linux

Modified Files:
	cachefs.h 
Log Message:
clear destination variable passed as argument (ptr-to-ptr)


Index: cachefs.h
===================================================================
RCS file: /home/cvs/afs/include/linux/cachefs.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- cachefs.h	19 Aug 2003 13:37:05 -0000	1.19
+++ cachefs.h	19 Aug 2003 14:28:27 -0000	1.20
@@ -106,6 +106,8 @@
 	if (iparent)
 		return __cachefs_acquire_cookie(iparent, idef, netfs_data,
 						_cookie);
+#else
+	*_cookie = NULL;
 #endif
 }
 




More information about the linux-afs-cvs mailing list