Re: [PATCH v2] mm/hugetlb: Fix file_region entry allocations

From: Miguel Ojeda
Date: Thu Feb 20 2020 - 04:37:21 EST


On Thu, Feb 20, 2020 at 12:28 AM Mina Almasry <almasrymina@xxxxxxxxxx> wrote:
>
> I figured it was related to that, but it's still annoying as
> clang-format works perfectly for me aside from handling the
> list_for_each_* macros. I tried digging into clang-format docs to find
> the setting to add to the .clang-format but I couldn't find one. It
> would be nice if someone fixed that.

Yep, there are a handful of things clang-format does not do as we
would like (yet). Nevertheless, it is always good to hear people is
taking advantage of the config! :)

Cheers,
Miguel