|
|
| version 1.18, 2008/06/25 04:16:47 | version 1.19, 2008/07/04 16:40:14 |
|---|---|
| Line 146 extern void xfs_cleanup_procfs(void); | Line 146 extern void xfs_cleanup_procfs(void); |
| static inline int xfs_init_procfs(void) | static inline int xfs_init_procfs(void) |
| { | { |
| return 0 | return 0; |
| }; | } |
| static inline void xfs_cleanup_procfs(void) | static inline void xfs_cleanup_procfs(void) |
| { | { |
| }; | } |
| #endif /* !CONFIG_PROC_FS */ | #endif /* !CONFIG_PROC_FS */ |