diff options
author | Christoph Hellwig <hch@infradead.org> | 2010-10-06 22:41:17 +0400 |
---|---|---|
committer | Alex Elder <aelder@sgi.com> | 2010-10-19 00:08:06 +0400 |
commit | 6c77b0ea1bdf85dfd48c20ceb10fd215a95c66e2 (patch) | |
tree | c2233ab16624c0ad0e80180d955c2238c2e759e1 /fs/xfs/linux-2.6/xfs_linux.h | |
parent | 78a4b0961ff241c6f23b16329db0d67e97cb86a7 (diff) | |
download | linux-6c77b0ea1bdf85dfd48c20ceb10fd215a95c66e2.tar.xz |
xfs: remove xfs_cred.h
We're not actually passing around credentials inside XFS for a while
now, so remove all xfs_cred.h with it's cred_t typedef and all
instances of it.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_linux.h')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_linux.h b/fs/xfs/linux-2.6/xfs_linux.h index 1a2afcd87ef1..76ebc582dba0 100644 --- a/fs/xfs/linux-2.6/xfs_linux.h +++ b/fs/xfs/linux-2.6/xfs_linux.h @@ -71,6 +71,7 @@ #include <linux/random.h> #include <linux/ctype.h> #include <linux/writeback.h> +#include <linux/capability.h> #include <asm/page.h> #include <asm/div64.h> @@ -79,7 +80,6 @@ #include <asm/byteorder.h> #include <asm/unaligned.h> -#include <xfs_cred.h> #include <xfs_vnode.h> #include <xfs_stats.h> #include <xfs_sysctl.h> |