Diff for /xfs-linux/xfs_utils.h between versions 1.37 and 1.38

version 1.37, 2007/08/24 16:08:41 version 1.38, 2007/09/11 06:11:49
Line 20 Line 20
   
 #define IRELE(ip)       VN_RELE(XFS_ITOV(ip))  #define IRELE(ip)       VN_RELE(XFS_ITOV(ip))
 #define IHOLD(ip)       VN_HOLD(XFS_ITOV(ip))  #define IHOLD(ip)       VN_HOLD(XFS_ITOV(ip))
 #define ITRACE(ip)      vn_trace_ref(ip, __FILE__, __LINE__, \  
                                 (inst_t *)__return_address)  
   
 extern int xfs_get_dir_entry (bhv_vname_t *, xfs_inode_t **);  extern int xfs_get_dir_entry (bhv_vname_t *, xfs_inode_t **);
 extern int xfs_dir_lookup_int (xfs_inode_t *, uint, bhv_vname_t *, xfs_ino_t *,  extern int xfs_dir_lookup_int (xfs_inode_t *, uint, bhv_vname_t *, xfs_ino_t *,

Removed from v.1.37  
changed lines
  Added in v.1.38


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