Diff for /xfs-linux/linux-2.6/xfs_stats.h between versions 1.18 and 1.19

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 */
   

Removed from v.1.18  
changed lines
  Added in v.1.19


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>