JosiahWI commented on code in PR #11945: URL: https://github.com/apache/trafficserver/pull/11945#discussion_r2150370527
########## src/iocore/cache/CacheDir.cc: ########## @@ -304,14 +304,14 @@ check_dir(Stripe *stripe) } inline void -unlink_from_freelist(Dir *e, int s, Stripe *stripe) +unlink_from_freelist(Dir *e, int s, Directory *directory) Review Comment: Yeah, this should be moved. I see what happened. I only moved the public interface, and not any helper functions. Further refactoring should make all these helper functions private methods on `Directory`. -- 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