Deleted Added
full compact
coda_psdev.c (130585) coda_psdev.c (134542)
1/*
2 * Coda: an Experimental Distributed File System
3 * Release 3.1
4 *
5 * Copyright (c) 1987-1998 Carnegie Mellon University
6 * All Rights Reserved
7 *
8 * Permission to use, copy, modify and distribute this software and its

--- 35 unchanged lines hidden (view full) ---

44 * Coda's Venus and Minicache in Mach 2.6. They used to be in cfs_subr.c,
45 * but I moved them to make it easier to port the Minicache without
46 * porting coda. -- DCS 10/12/94
47 */
48
49/* These routines are the device entry points for Venus. */
50
51#include <sys/cdefs.h>
1/*
2 * Coda: an Experimental Distributed File System
3 * Release 3.1
4 *
5 * Copyright (c) 1987-1998 Carnegie Mellon University
6 * All Rights Reserved
7 *
8 * Permission to use, copy, modify and distribute this software and its

--- 35 unchanged lines hidden (view full) ---

44 * Coda's Venus and Minicache in Mach 2.6. They used to be in cfs_subr.c,
45 * but I moved them to make it easier to port the Minicache without
46 * porting coda. -- DCS 10/12/94
47 */
48
49/* These routines are the device entry points for Venus. */
50
51#include <sys/cdefs.h>
52__FBSDID("$FreeBSD: head/sys/fs/coda/coda_psdev.c 130585 2004-06-16 09:47:26Z phk $");
52__FBSDID("$FreeBSD: head/sys/fs/coda/coda_psdev.c 134542 2004-08-30 23:03:58Z peter $");
53
54
55extern int coda_nc_initialized; /* Set if cache has been initialized */
56
53
54
55extern int coda_nc_initialized; /* Set if cache has been initialized */
56
57#include <vcoda.h>
57#include "opt_coda.h"
58
59#include <sys/param.h>
60#include <sys/systm.h>
61#include <sys/ioccom.h>
62#include <sys/kernel.h>
63#include <sys/lock.h>
64#include <sys/malloc.h>
65#include <sys/file.h> /* must come after sys/malloc.h */

--- 622 unchanged lines hidden ---
58
59#include <sys/param.h>
60#include <sys/systm.h>
61#include <sys/ioccom.h>
62#include <sys/kernel.h>
63#include <sys/lock.h>
64#include <sys/malloc.h>
65#include <sys/file.h> /* must come after sys/malloc.h */

--- 622 unchanged lines hidden ---