diff options
author | Christoph Hellwig <hch@lst.de> | 2015-06-22 09:44:02 +1000 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2015-06-22 09:44:02 +1000 |
commit | fc51c2b5f8ce962355bee19aa58451bb878f0663 (patch) | |
tree | 94e40064f4a1a435c27c21ea8430a257834eaa17 /fs/xfs/xfs_linux.h | |
parent | db9d67d6b09e5d86da0c33da0d9dcb7998653c4f (diff) | |
download | linux-fc51c2b5f8ce962355bee19aa58451bb878f0663.tar.gz linux-fc51c2b5f8ce962355bee19aa58451bb878f0663.tar.bz2 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.h | 2 |
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 */ |