projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb9eabf
)
xfs: xfs_filestreams.h doesn't need __KERNEL__
author
Dave Chinner
<dchinner@redhat.com>
Mon, 12 Aug 2013 10:49:53 +0000
(20:49 +1000)
committer
Ben Myers
<bpm@sgi.com>
Mon, 12 Aug 2013 22:00:11 +0000
(17:00 -0500)
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>
fs/xfs/xfs_filestream.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/xfs/xfs_filestream.h
b/fs/xfs/xfs_filestream.h
index 09dd9af454349b57fe2a8a7bec0f3c5c3c7e4e3e..6d61dbee8564b12cca254721bf78685975799a74 100644
(file)
--- a/
fs/xfs/xfs_filestream.h
+++ b/
fs/xfs/xfs_filestream.h
@@
-18,8
+18,6
@@
#ifndef __XFS_FILESTREAM_H__
#define __XFS_FILESTREAM_H__
-#ifdef __KERNEL__
-
struct xfs_mount;
struct xfs_inode;
struct xfs_perag;
@@
-69,6
+67,4
@@
xfs_inode_is_filestream(
(ip->i_d.di_flags & XFS_DIFLAG_FILESTREAM);
}
-#endif /* __KERNEL__ */
-
#endif /* __XFS_FILESTREAM_H__ */