JosiahWI commented on code in PR #12127: URL: https://github.com/apache/trafficserver/pull/12127#discussion_r2014988020
########## src/iocore/cache/StripeSM.cc: ########## @@ -117,7 +117,7 @@ StripeSM::StripeSM(CacheDisk *disk, off_t blocks, off_t dir_skip, int avg_obj_si Stripe{disk, blocks, dir_skip, avg_obj_size, fragment_size}, fd{disk->fd}, disk{disk}, - _preserved_dirs{static_cast<int>(len)} + _preserved_dirs{len} Review Comment: This has not been done yet, but I am adding it to my personal TODO. -- 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: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org