Fri Jun 3 07:52:48 2011 UTC ()
Restore $NetBSD$


(matt)
diff -r1.90.28.2 -r1.90.28.3 src/sys/uvm/uvm_vnode.c

cvs diff -r1.90.28.2 -r1.90.28.3 src/sys/uvm/uvm_vnode.c (expand / switch to unified diff)

--- src/sys/uvm/uvm_vnode.c 2011/06/03 02:43:42 1.90.28.2
+++ src/sys/uvm/uvm_vnode.c 2011/06/03 07:52:48 1.90.28.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1/* uvm_vnode.c,v 1.90 2008/01/02 11:49:21 ad Exp */ 1/* $NetBSD: uvm_vnode.c,v 1.90.28.3 2011/06/03 07:52:48 matt Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 1997 Charles D. Cranor and Washington University. 4 * Copyright (c) 1997 Charles D. Cranor and Washington University.
5 * Copyright (c) 1991, 1993 5 * Copyright (c) 1991, 1993
6 * The Regents of the University of California. 6 * The Regents of the University of California.
7 * Copyright (c) 1990 University of Utah. 7 * Copyright (c) 1990 University of Utah.
8 * 8 *
9 * All rights reserved. 9 * All rights reserved.
10 * 10 *
11 * This code is derived from software contributed to Berkeley by 11 * This code is derived from software contributed to Berkeley by
12 * the Systems Programming Group of the University of Utah Computer 12 * the Systems Programming Group of the University of Utah Computer
13 * Science Department. 13 * Science Department.
14 * 14 *
@@ -40,27 +40,27 @@ @@ -40,27 +40,27 @@
40 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 40 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
41 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 41 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
42 * SUCH DAMAGE. 42 * SUCH DAMAGE.
43 * 43 *
44 * @(#)vnode_pager.c 8.8 (Berkeley) 2/13/94 44 * @(#)vnode_pager.c 8.8 (Berkeley) 2/13/94
45 * from: Id: uvm_vnode.c,v 1.1.2.26 1998/02/02 20:38:07 chuck Exp 45 * from: Id: uvm_vnode.c,v 1.1.2.26 1998/02/02 20:38:07 chuck Exp
46 */ 46 */
47 47
48/* 48/*
49 * uvm_vnode.c: the vnode pager. 49 * uvm_vnode.c: the vnode pager.
50 */ 50 */
51 51
52#include <sys/cdefs.h> 52#include <sys/cdefs.h>
53__KERNEL_RCSID(0, "uvm_vnode.c,v 1.90 2008/01/02 11:49:21 ad Exp"); 53__KERNEL_RCSID(0, "$NetBSD: uvm_vnode.c,v 1.90.28.3 2011/06/03 07:52:48 matt Exp $");
54 54
55#include "fs_nfs.h" 55#include "fs_nfs.h"
56#include "opt_uvmhist.h" 56#include "opt_uvmhist.h"
57#include "opt_ddb.h" 57#include "opt_ddb.h"
58 58
59#include <sys/param.h> 59#include <sys/param.h>
60#include <sys/systm.h> 60#include <sys/systm.h>
61#include <sys/kernel.h> 61#include <sys/kernel.h>
62#include <sys/proc.h> 62#include <sys/proc.h>
63#include <sys/malloc.h> 63#include <sys/malloc.h>
64#include <sys/vnode.h> 64#include <sys/vnode.h>
65#include <sys/disklabel.h> 65#include <sys/disklabel.h>
66#include <sys/ioctl.h> 66#include <sys/ioctl.h>