Re: [PATCH V7 0/2] mm: shmem: support POSIX_FADV_[WILL|DONT]NEED for shmem files

From: Andrew Morton
Date: Tue Mar 28 2023 - 18:50:36 EST


On Tue, 14 Feb 2023 18:21:48 +0530 Charan Teja Kalla <quic_charante@xxxxxxxxxxx> wrote:

> This patch aims to implement POSIX_FADV_WILLNEED and POSIX_FADV_DONTNEED
> advices to shmem files which can be helpful for the drivers who may want
> to manage the pages of shmem files on their own, like, that are created
> through shmem_file_setup[_with_mnt]().

Could we please have some additional review of this series?

Thanks.