ops_nullfs.c revision 38494
1214152Sed/*
2214152Sed * Copyright (c) 1997-1998 Erez Zadok
3214152Sed * Copyright (c) 1990 Jan-Simon Pendry
4214152Sed * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
5222656Sed * Copyright (c) 1990 The Regents of the University of California.
6222656Sed * All rights reserved.
7214152Sed *
8214152Sed * This code is derived from software contributed to Berkeley by
9214152Sed * Jan-Simon Pendry at Imperial College, London.
10214152Sed *
11214152Sed * Redistribution and use in source and binary forms, with or without
12214152Sed * modification, are permitted provided that the following conditions
13214152Sed * are met:
14214152Sed * 1. Redistributions of source code must retain the above copyright
15263560Sdim *    notice, this list of conditions and the following disclaimer.
16263560Sdim * 2. Redistributions in binary form must reproduce the above copyright
17263764Sdim *    notice, this list of conditions and the following disclaimer in the
18214152Sed *    documentation and/or other materials provided with the distribution.
19214152Sed * 3. All advertising materials mentioning features or use of this software
20214152Sed *    must display the following acknowledgement:
21214152Sed *      This product includes software developed by the University of
22214152Sed *      California, Berkeley and its contributors.
23214152Sed * 4. Neither the name of the University nor the names of its contributors
24214152Sed *    may be used to endorse or promote products derived from this software
25214152Sed *    without specific prior written permission.
26214152Sed *
27214152Sed * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
28214152Sed * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
29214152Sed * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
30214152Sed * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
31214152Sed * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
32214152Sed * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
33214152Sed * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
34214152Sed * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
35214152Sed * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
36214152Sed * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
37214152Sed * SUCH DAMAGE.
38214152Sed *
39214152Sed *      %W% (Berkeley) %G%
40214152Sed *
41214152Sed * $Id: ops_nullfs.c,v 5.2.2.3 1992/08/02 10:42:21 jsp Exp $
42214152Sed *
43214152Sed */
44214152Sed
45263764Sdim/*
46 * The null filesystem in BSD-4.4 is similar to the loopback one.
47 */
48
49#ifdef HAVE_CONFIG_H
50# include <config.h>
51#endif /* HAVE_CONFIG_H */
52#include <am_defs.h>
53#include <amd.h>
54
55/* FEEL FREE TO INPLEMENT THIS... :-) */
56