瀏覽代碼

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>
Dave Chinner 12 年之前
父節點
當前提交
9b90b0d9da
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      fs/xfs/xfs_filestream.h

+ 0 - 4
fs/xfs/xfs_filestream.h

@@ -18,8 +18,6 @@
 #ifndef __XFS_FILESTREAM_H__
 #ifndef __XFS_FILESTREAM_H__
 #define __XFS_FILESTREAM_H__
 #define __XFS_FILESTREAM_H__
 
 
-#ifdef __KERNEL__
-
 struct xfs_mount;
 struct xfs_mount;
 struct xfs_inode;
 struct xfs_inode;
 struct xfs_perag;
 struct xfs_perag;
@@ -69,6 +67,4 @@ xfs_inode_is_filestream(
 		(ip->i_d.di_flags & XFS_DIFLAG_FILESTREAM);
 		(ip->i_d.di_flags & XFS_DIFLAG_FILESTREAM);
 }
 }
 
 
-#endif /* __KERNEL__ */
-
 #endif /* __XFS_FILESTREAM_H__ */
 #endif /* __XFS_FILESTREAM_H__ */