Advertisement
ffilz

fragment of mdcache_rename

May 5th, 2016
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.28 KB | None | 0 0
  1.         if (lookup_dst_hdl) {
  2.                 LogEvent(COMPONENT_CACHE_INODE,
  3.                         "Refresh attrs rename");
  4.                 status = fsal_refresh_attrs(lookup_dst_hdl);
  5.                 if (FSAL_IS_ERROR(status))
  6.                         goto out;
  7.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement