xfs_linux.h (f9727a17db9bab71ddae91f74f11a8a2f9a0ece6) xfs_linux.h (d905fdaaa7d59abde1535075cca6774fd7f0ef0a)
1/*
2 * Copyright (c) 2000-2005 Silicon Graphics, Inc.
3 * All Rights Reserved.
4 *
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License as
7 * published by the Free Software Foundation.
8 *

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

38typedef __s64 xfs_daddr_t; /* <disk address> type */
39typedef __u32 xfs_dev_t;
40typedef __u32 xfs_nlink_t;
41
42#include "xfs_types.h"
43
44#include "kmem.h"
45#include "mrlock.h"
1/*
2 * Copyright (c) 2000-2005 Silicon Graphics, Inc.
3 * All Rights Reserved.
4 *
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License as
7 * published by the Free Software Foundation.
8 *

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

38typedef __s64 xfs_daddr_t; /* <disk address> type */
39typedef __u32 xfs_dev_t;
40typedef __u32 xfs_nlink_t;
41
42#include "xfs_types.h"
43
44#include "kmem.h"
45#include "mrlock.h"
46#include "uuid.h"
47
48#include <linux/semaphore.h>
49#include <linux/mm.h>
50#include <linux/kernel.h>
51#include <linux/blkdev.h>
52#include <linux/slab.h>
53#include <linux/crc32c.h>
54#include <linux/module.h>

--- 234 unchanged lines hidden ---
46
47#include <linux/semaphore.h>
48#include <linux/mm.h>
49#include <linux/kernel.h>
50#include <linux/blkdev.h>
51#include <linux/slab.h>
52#include <linux/crc32c.h>
53#include <linux/module.h>

--- 234 unchanged lines hidden ---