Diff for /xfs-linux/xfs_bmap.h between versions 1.94 and 1.95

version 1.94, 2006/03/03 00:40:32 version 1.95, 2006/03/28 23:50:15
Line 362  xfs_bmbt_rec_t * Line 362  xfs_bmbt_rec_t *
 xfs_bmap_search_multi_extents(struct xfs_ifork *, xfs_fileoff_t, int *,  xfs_bmap_search_multi_extents(struct xfs_ifork *, xfs_fileoff_t, int *,
                         xfs_extnum_t *, xfs_bmbt_irec_t *, xfs_bmbt_irec_t *);                          xfs_extnum_t *, xfs_bmbt_irec_t *, xfs_bmbt_irec_t *);
   
 /*  
  * Search an extent list for the extent which includes block  
  * bno.  
  */  
 xfs_bmbt_rec_t *xfs_bmap_do_search_extents(xfs_bmbt_rec_t *,  
                         xfs_extnum_t, xfs_extnum_t, xfs_fileoff_t, int *,  
                         xfs_extnum_t *, xfs_bmbt_irec_t *, xfs_bmbt_irec_t *);  
   
 #endif  /* __KERNEL__ */  #endif  /* __KERNEL__ */
   
 #endif  /* __XFS_BMAP_H__ */  #endif  /* __XFS_BMAP_H__ */

Removed from v.1.94  
changed lines
  Added in v.1.95


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