diff options
author | Christoph Hellwig <hch@lst.de> | 2014-11-27 22:27:10 -0500 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2014-11-27 22:27:10 -0500 |
commit | 508b6b3b73888e3296ff638b32f15327e63b7b42 (patch) | |
tree | 6ffb0eb96e055e9197e1b77f27f1f02af313e3eb /fs/xfs/xfs_inode.c | |
parent | bb58e6188a10f06dc65612a59ce3815da62ca3c1 (diff) |
xfs: merge xfs_inum.h into xfs_format.h
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/xfs_inode.c')
-rw-r--r-- | fs/xfs/xfs_inode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c index 229dfdefdb85..7054bae57a8f 100644 --- a/fs/xfs/xfs_inode.c +++ b/fs/xfs/xfs_inode.c | |||
@@ -23,7 +23,6 @@ | |||
23 | #include "xfs_format.h" | 23 | #include "xfs_format.h" |
24 | #include "xfs_log_format.h" | 24 | #include "xfs_log_format.h" |
25 | #include "xfs_trans_resv.h" | 25 | #include "xfs_trans_resv.h" |
26 | #include "xfs_inum.h" | ||
27 | #include "xfs_sb.h" | 26 | #include "xfs_sb.h" |
28 | #include "xfs_mount.h" | 27 | #include "xfs_mount.h" |
29 | #include "xfs_inode.h" | 28 | #include "xfs_inode.h" |