Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107461
b: refs/heads/master
c: 766b092
h: refs/heads/master
i:
  107459: 483dfca
v: v3
  • Loading branch information
Christoph Hellwig authored and Niv Sardi committed Jul 28, 2008
1 parent 8ca7c18 commit 75baa62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 26cc0021805e66daa6342174fb5a8c1c862f7c8e
refs/heads/master: 766b0925c07cd363c17ff54ebf59b6d34d8042d5
7 changes: 4 additions & 3 deletions trunk/fs/xfs/linux-2.6/xfs_stats.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit 75baa62

Please sign in to comment.