JosiahWI commented on code in PR #11825:
URL: https://github.com/apache/trafficserver/pull/11825#discussion_r1821248667
##########
src/iocore/cache/StripeSM.cc:
##########
@@ -109,13 +109,9 @@ struct StripeInitInfo {
}
};
-StripeSM::StripeSM(CacheDisk *disk, off_t blocks, off_t dir_skip) :
Continuation(new_ProxyMutex()), Stripe{disk, blocks, dir_skip}
+StripeSM::StripeSM(CacheDisk *disk, off_t blocks, off_t dir_skip)
+ : Continuation(new_ProxyMutex()), Stripe{disk, blocks, dir_skip},
_preserved_dirs{static_cast<int>(len)}
Review Comment:
I've added a comment explaining the weirdness.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]