aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_filestream.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2014-11-28 14:27:10 +1100
committerDave Chinner <david@fromorbit.com>2014-11-28 14:27:10 +1100
commit508b6b3b73888e3296ff638b32f15327e63b7b42 (patch)
tree6ffb0eb96e055e9197e1b77f27f1f02af313e3eb /fs/xfs/xfs_filestream.c
parentxfs: move most of xfs_sb.h to xfs_format.h (diff)
downloadlinux-dev-508b6b3b73888e3296ff638b32f15327e63b7b42.tar.xz
linux-dev-508b6b3b73888e3296ff638b32f15327e63b7b42.zip
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_filestream.c')
-rw-r--r--fs/xfs/xfs_filestream.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_filestream.c b/fs/xfs/xfs_filestream.c
index c5b06a925035..a2e86e8a0fea 100644
--- a/fs/xfs/xfs_filestream.c
+++ b/fs/xfs/xfs_filestream.c
@@ -22,7 +22,6 @@
#include "xfs_trans_resv.h"
#include "xfs_sb.h"
#include "xfs_mount.h"
-#include "xfs_inum.h"
#include "xfs_inode.h"
#include "xfs_bmap.h"
#include "xfs_bmap_util.h"