Deleted Added
full compact
fs.h (270710) fs.h (280764)
1/*-
2 * Copyright (c) 2010 Isilon Systems, Inc.
3 * Copyright (c) 2010 iX Systems, Inc.
4 * Copyright (c) 2010 Panasas, Inc.
5 * Copyright (c) 2013 Mellanox Technologies, Ltd.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

24 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 */
29#ifndef _LINUX_FS_H_
30#define _LINUX_FS_H_
31
1/*-
2 * Copyright (c) 2010 Isilon Systems, Inc.
3 * Copyright (c) 2010 iX Systems, Inc.
4 * Copyright (c) 2010 Panasas, Inc.
5 * Copyright (c) 2013 Mellanox Technologies, Ltd.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

24 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 */
29#ifndef _LINUX_FS_H_
30#define _LINUX_FS_H_
31
32#include <sys/cdefs.h>
33#include <sys/param.h>
32#include <sys/systm.h>
33#include <sys/conf.h>
34#include <sys/vnode.h>
35#include <sys/file.h>
36#include <sys/filedesc.h>
37#include <linux/types.h>
38#include <linux/wait.h>
39#include <linux/semaphore.h>

--- 172 unchanged lines hidden ---
34#include <sys/systm.h>
35#include <sys/conf.h>
36#include <sys/vnode.h>
37#include <sys/file.h>
38#include <sys/filedesc.h>
39#include <linux/types.h>
40#include <linux/wait.h>
41#include <linux/semaphore.h>

--- 172 unchanged lines hidden ---