summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_linux.h
diff options
context:
space:
mode:
authorChristoph Hellwig2015-06-22 01:44:02 +0200
committerDave Chinner2015-06-22 01:44:02 +0200
commitfc51c2b5f8ce962355bee19aa58451bb878f0663 (patch)
tree94e40064f4a1a435c27c21ea8430a257834eaa17 /fs/xfs/xfs_linux.h
parentxfs: remove __psint_t and __psunsigned_t (diff)
downloadkernel-qcow2-linux-fc51c2b5f8ce962355bee19aa58451bb878f0663.tar.gz
kernel-qcow2-linux-fc51c2b5f8ce962355bee19aa58451bb878f0663.tar.xz
kernel-qcow2-linux-fc51c2b5f8ce962355bee19aa58451bb878f0663.zip
xfs: remove inst_t
We can simply use a void pointer to pass a long return addresses in the debugging helpers. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Brian Foster <bfoster@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/xfs_linux.h')
-rw-r--r--fs/xfs/xfs_linux.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_linux.h b/fs/xfs/xfs_linux.h
index 1637a95c1e0c..3f48263a325c 100644
--- a/fs/xfs/xfs_linux.h
+++ b/fs/xfs/xfs_linux.h
@@ -32,8 +32,6 @@ typedef unsigned int __uint32_t;
typedef signed long long int __int64_t;
typedef unsigned long long int __uint64_t;
-typedef __uint32_t inst_t; /* an instruction */
-
typedef __s64 xfs_off_t; /* <file offset> type */
typedef unsigned long long xfs_ino_t; /* <inode> type */
typedef __s64 xfs_daddr_t; /* <disk address> type */