|
@@ -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__ */
|