On Fri, Nov 8, 2024 at 6:08 PM Yosry Ahmed <yosryahmed@xxxxxxxxxx> wrote: > > On Fri, Nov 8, 2024 at 1:30 PM Joshua Hahn <joshua.hahnjy@xxxxxxxxx> wrote: > > > > This patch fully deprecates the mem_cgroup_{try, commit, cancel} charge > > functions, as well as their hugetlb variants. Please note that this > > patch relies on [1], which removes the last references (from memcg-v1) > > to some of these functions. > > Nit: We are not really "deprecating" them, we are removing them. > Deprecation is usually tied to user-visible APIs that we cannot just > remove, at least not right away. Please rephrase the subject and > commit log accordingly. > > > > > Signed-off-by: Joshua Hahn <joshua.hahnjy@xxxxxxxxx> > > > > [1] https://lore.kernel.org/linux-mm/20241025012304.2473312-1-shakeel.butt@xxxxxxxxx/ Hi Yosry, Thank you for letting me know. To be completely honest, I think I have been misusing the word in that case. You are correct, the goal was to try and not change any functionality from the user perspective, so I think removing is a better word, as you suggested. I will make this change in the v3! Have a great day, Joshua