Diff for /xfs-linux/xfs_utils.c between versions 1.76 and 1.77

version 1.76, 2007/08/24 16:08:41 version 1.77, 2007/09/11 06:11:49
Line 73  xfs_dir_lookup_int( Line 73  xfs_dir_lookup_int(
 {  {
         int             error;          int             error;
   
         vn_trace_entry(dp, __FUNCTION__, (inst_t *)__return_address);          xfs_itrace_entry(dp);
   
         error = xfs_dir_lookup(NULL, dp, VNAME(dentry), VNAMELEN(dentry), inum);          error = xfs_dir_lookup(NULL, dp, VNAME(dentry), VNAMELEN(dentry), inum);
         if (!error) {          if (!error) {

Removed from v.1.76  
changed lines
  Added in v.1.77


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