Diff for /xfs-linux/xfs_bmap.h between versions 1.98 and 1.99

version 1.98, 2007/02/06 14:35:53 version 1.99, 2007/07/09 15:43:09
Line 144  extern ktrace_t *xfs_bmap_trace_buf; Line 144  extern ktrace_t *xfs_bmap_trace_buf;
  */   */
 void  void
 xfs_bmap_trace_exlist(  xfs_bmap_trace_exlist(
         char                    *fname,         /* function name */          const char              *fname,         /* function name */
         struct xfs_inode        *ip,            /* incore inode pointer */          struct xfs_inode        *ip,            /* incore inode pointer */
         xfs_extnum_t            cnt,            /* count of entries in list */          xfs_extnum_t            cnt,            /* count of entries in list */
         int                     whichfork);     /* data or attr fork */          int                     whichfork);     /* data or attr fork */
   #define XFS_BMAP_TRACE_EXLIST(ip,c,w)   \
           xfs_bmap_trace_exlist(__FUNCTION__,ip,c,w)
 #else  #else
 #define xfs_bmap_trace_exlist(f,ip,c,w)  #define XFS_BMAP_TRACE_EXLIST(ip,c,w)
 #endif  #endif
   
 /*  /*

Removed from v.1.98  
changed lines
  Added in v.1.99


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