JosiahWI opened a new pull request, #11926: URL: https://github.com/apache/trafficserver/pull/11926
This is all a mechanical cleanup change, broken into four individual commits. I intend to follow this up with another PR to make all the directory operations methods on this struct instead of standalone functions, with the objective of breaking the cyclic dependency between the directory functions and the stripe. It is interesting to note that the `Stripe::direntries` method existed, but the expression it computed was used inline in multiple places where the method could have been called. I went ahead and changed those places to call the method, since the use of the method clarifies what quantity is being computed. I did not move the `Stripe::headerlen` and `Stripe::dirlen` methods because the concept of rounding to a store block seems to be specific to the stripe, and the directory functions do not depend on those methods. -- 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]
