|
|
| version 1.75, 2007/08/24 16:08:41 | version 1.76, 2007/09/11 06:11:49 |
|---|---|
| Line 118 xfs_lock_for_rename( | Line 118 xfs_lock_for_rename( |
| inum1 = ip1->i_ino; | inum1 = ip1->i_ino; |
| ASSERT(ip1); | ASSERT(ip1); |
| ITRACE(ip1); | xfs_itrace_ref(ip1); |
| /* | /* |
| * Unlock dp1 and lock dp2 if they are different. | * Unlock dp1 and lock dp2 if they are different. |
| Line 141 xfs_lock_for_rename( | Line 141 xfs_lock_for_rename( |
| IRELE (ip1); | IRELE (ip1); |
| return error; | return error; |
| } else { | } else { |
| ITRACE(ip2); | xfs_itrace_ref(ip2); |
| } | } |
| /* | /* |
| Line 247 xfs_rename( | Line 247 xfs_rename( |
| int src_namelen = VNAMELEN(src_vname); | int src_namelen = VNAMELEN(src_vname); |
| int target_namelen = VNAMELEN(target_vname); | int target_namelen = VNAMELEN(target_vname); |
| vn_trace_entry(src_dp, "xfs_rename", (inst_t *)__return_address); | xfs_itrace_entry(src_dp); |
| vn_trace_entry(xfs_vtoi(target_dir_vp), "xfs_rename", (inst_t *)__return_address); | xfs_itrace_entry(xfs_vtoi(target_dir_vp)); |
| /* | /* |
| * Find the XFS behavior descriptor for the target directory | * Find the XFS behavior descriptor for the target directory |