|
|
| 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) { |