Re: [PATCH v10 1/8] iov_iter: Define flags to qualify page extraction.

From: David Howells
Date: Thu Jan 26 2023 - 04:50:24 EST


David Hildenbrand <david@xxxxxxxxxx> wrote:

> Just a note that the usage of new __bitwise types instead of "unsigned" is
> encouraged for flags.
>
> See rmap_t in include/linux/rmap.h as an example.

Hmmm... rmap_t really ought to be unsigned int.

David