Deleted Added
full compact
ext2_vnops.c (12406) ext2_vnops.c (12726)
1/*
2 * modified for EXT2FS support in Lites 1.1
3 *
4 * Aug 1995, Godmar Back (gback@cs.utah.edu)
5 * University of Utah, Department of Computer Science
6 */
7/*
8 * Copyright (c) 1982, 1986, 1989, 1993

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

53#include <sys/buf.h>
54#include <sys/proc.h>
55#include <sys/conf.h>
56#include <sys/mount.h>
57#include <sys/vnode.h>
58#include <sys/malloc.h>
59
60#include <vm/vm.h>
1/*
2 * modified for EXT2FS support in Lites 1.1
3 *
4 * Aug 1995, Godmar Back (gback@cs.utah.edu)
5 * University of Utah, Department of Computer Science
6 */
7/*
8 * Copyright (c) 1982, 1986, 1989, 1993

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

53#include <sys/buf.h>
54#include <sys/proc.h>
55#include <sys/conf.h>
56#include <sys/mount.h>
57#include <sys/vnode.h>
58#include <sys/malloc.h>
59
60#include <vm/vm.h>
61#include <vm/vm_extern.h>
61
62#include <miscfs/specfs/specdev.h>
63#include <miscfs/fifofs/fifo.h>
64
65#if !defined(__FreeBSD__)
66#include <ufs/ufs/lockf.h>
67#else
68#include <lockf.h>

--- 268 unchanged lines hidden ---
62
63#include <miscfs/specfs/specdev.h>
64#include <miscfs/fifofs/fifo.h>
65
66#if !defined(__FreeBSD__)
67#include <ufs/ufs/lockf.h>
68#else
69#include <lockf.h>

--- 268 unchanged lines hidden ---