From 75baa628f76edf6fa5bfab73e91328c8af242267 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Fri, 18 Jul 2008 17:12:50 +1000 Subject: [PATCH] --- yaml --- r: 107461 b: refs/heads/master c: 766b0925c07cd363c17ff54ebf59b6d34d8042d5 h: refs/heads/master i: 107459: 483dfca99d590a8dc49090171bee41746c0f48d1 v: v3 --- [refs] | 2 +- trunk/fs/xfs/linux-2.6/xfs_stats.h | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index a51e93cdd6bf..ffaa44976648 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 26cc0021805e66daa6342174fb5a8c1c862f7c8e +refs/heads/master: 766b0925c07cd363c17ff54ebf59b6d34d8042d5 diff --git a/trunk/fs/xfs/linux-2.6/xfs_stats.h b/trunk/fs/xfs/linux-2.6/xfs_stats.h index 3fa753d7b700..e83820febc9f 100644 --- a/trunk/fs/xfs/linux-2.6/xfs_stats.h +++ b/trunk/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 */