patch-2.1.72 linux/fs/coda/namecache.c

Next file: linux/fs/coda/psdev.c
Previous file: linux/fs/coda/file.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.71/linux/fs/coda/namecache.c linux/fs/coda/namecache.c
@@ -1,17 +1,12 @@
-/* 
- * Mach Operating System
- * Copyright (c) 1990 Carnegie-Mellon University
- * Copyright (c) 1989 Carnegie-Mellon University
- * All rights reserved.  The CMU software License Agreement specifies
- * the terms and conditions for use and redistribution.
- */
-
 /*
- * This code was written for the Coda file system at Carnegie Mellon University.
- * Contributers include David Steere, James Kistler, and M. Satyanarayanan.
+ * Cache operations for Coda.
+ * Original version: (C) 1996 Peter Braam 
+ * Rewritten for Linux 2.1: (C) 1997 Carnegie Mellon University
+ *
+ * Carnegie Mellon encourages users of this code to contribute improvements
+ * to the Coda project. Contact Peter Braam <coda@cs.cmu.edu>.
  */
 
-
 /*
  * This module contains the routines to implement the CFS name cache. The
  * purpose of this cache is to reduce the cost of translating pathnames 
@@ -46,7 +41,6 @@
 #include <linux/coda_linux.h>
 #include <linux/coda_cnode.h>
 #include <linux/coda_namecache.h>
-
 
 int cfsnc_use;
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov