Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
It contains this lovely code:
if (sz == 0 || strncmp(buf, dst, sz) != 0) { if (unlink(src) && errno != ENOENT) { CT_ERROR(errno, "cannot unlink symlink '%s'", src); rcf = rcf ? rcf : -errno; goto fini_minor; /* unlink old symlink done */ CT_TRACE("remove old symlink '%s' pointing" " to '%s'", src, buf); }
Clearly we want the closing bracket after the goto, so the TRACE could be printed.
John L. Hammond (john.hammond@intel.com) merged in patch https://review.whamcloud.com/31667/
Subject:
LU-10764hsm: Correct debug print in ct_archiveProject: fs/lustre-release
Branch: b2_10
Current Patch Set:
Commit: 70f53ec333f0f1d24fbc5b7ace691ceb66ba8506