aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
diff options
context:
space:
mode:
authorDave Chinner <dchinner@redhat.com>2013-08-12 06:49:53 -0400
committerBen Myers <bpm@sgi.com>2013-08-12 18:00:11 -0400
commit9b90b0d9da907a1810e7b7764befaf084e4cd45b (patch)
treef98a364537bddf74febbec01b300696f1bc0810b /fs/xfs
parentcb9eabff58390a22ba8e4b0c838cbf2efb192225 (diff)
xfs: xfs_filestreams.h doesn't need __KERNEL__
Because it is only used within the kernel. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Mark Tinguely <tinguely@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/xfs')
-rw-r--r--fs/xfs/xfs_filestream.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/xfs/xfs_filestream.h b/fs/xfs/xfs_filestream.h
index 09dd9af45434..6d61dbee8564 100644
--- a/fs/xfs/xfs_filestream.h
+++ b/fs/xfs/xfs_filestream.h
@@ -18,8 +18,6 @@
18#ifndef __XFS_FILESTREAM_H__ 18#ifndef __XFS_FILESTREAM_H__
19#define __XFS_FILESTREAM_H__ 19#define __XFS_FILESTREAM_H__
20 20
21#ifdef __KERNEL__
22
23struct xfs_mount; 21struct xfs_mount;
24struct xfs_inode; 22struct xfs_inode;
25struct xfs_perag; 23struct xfs_perag;
@@ -69,6 +67,4 @@ xfs_inode_is_filestream(
69 (ip->i_d.di_flags & XFS_DIFLAG_FILESTREAM); 67 (ip->i_d.di_flags & XFS_DIFLAG_FILESTREAM);
70} 68}
71 69
72#endif /* __KERNEL__ */
73
74#endif /* __XFS_FILESTREAM_H__ */ 70#endif /* __XFS_FILESTREAM_H__ */