xfs_ioctl.c (aeb8f932080d62cdc305a7ccca9d60de34908b30) xfs_ioctl.c (6d3ebaae7c20128bfa6965a8d5cee0d1deea8486)
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 *

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

35#include "xfs_bmap_util.h"
36#include "xfs_fsops.h"
37#include "xfs_discard.h"
38#include "xfs_quota.h"
39#include "xfs_export.h"
40#include "xfs_trace.h"
41#include "xfs_icache.h"
42#include "xfs_symlink.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 *

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

35#include "xfs_bmap_util.h"
36#include "xfs_fsops.h"
37#include "xfs_discard.h"
38#include "xfs_quota.h"
39#include "xfs_export.h"
40#include "xfs_trace.h"
41#include "xfs_icache.h"
42#include "xfs_symlink.h"
43#include "xfs_dinode.h"
44#include "xfs_trans.h"
45
46#include <linux/capability.h>
47#include <linux/dcache.h>
48#include <linux/mount.h>
49#include <linux/namei.h>
50#include <linux/pagemap.h>
51#include <linux/slab.h>

--- 1765 unchanged lines hidden ---
43#include "xfs_trans.h"
44
45#include <linux/capability.h>
46#include <linux/dcache.h>
47#include <linux/mount.h>
48#include <linux/namei.h>
49#include <linux/pagemap.h>
50#include <linux/slab.h>

--- 1765 unchanged lines hidden ---