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:
26cc002
)
[XFS] fix compilation without CONFIG_PROC_FS
author
Christoph Hellwig
<hch@infradead.org>
Fri, 18 Jul 2008 07:12:50 +0000
(17:12 +1000)
committer
Niv Sardi
<xaiki@debian.org>
Mon, 28 Jul 2008 06:59:31 +0000
(16:59 +1000)
SGI-PV: 984019
SGI-Modid: xfs-linux-melb:xfs-kern:31408a
Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Tim Shimmin <tes@sgi.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/linux-2.6/xfs_stats.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/xfs/linux-2.6/xfs_stats.h
b/fs/xfs/linux-2.6/xfs_stats.h
index 3fa753d7b700b7e2322105b94a7fd16e3c116e01..e83820febc9feacc8b642f3555d147017048c1c8 100644
(file)
--- a/
fs/xfs/linux-2.6/xfs_stats.h
+++ b/
fs/xfs/linux-2.6/xfs_stats.h
@@
-146,11
+146,12
@@
extern void xfs_cleanup_procfs(void);
static inline int xfs_init_procfs(void)
{
- return 0
-};
+ return 0;
+}
+
static inline void xfs_cleanup_procfs(void)
{
-}
;
+}
#endif /* !CONFIG_PROC_FS */