[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200924011006.GT32101@casper.infradead.org>
Date: Thu, 24 Sep 2020 02:10:06 +0100
From: Matthew Wilcox <willy@...radead.org>
To: Mike Snitzer <snitzer@...hat.com>
Cc: linux-kernel@...r.kernel.org, linux-mm@...ck.org,
Jens Axboe <axboe@...nel.dk>, linux-xfs@...r.kernel.org,
dm-devel@...hat.com, Mikulas Patocka <mpatocka@...hat.com>
Subject: Re: [PATCH 6/6] mm: Add memalloc_nowait
On Wed, Sep 23, 2020 at 08:39:02PM -0400, Mike Snitzer wrote:
> On Thu, Jun 25 2020 at 7:31am -0400,
> Matthew Wilcox (Oracle) <willy@...radead.org> wrote:
>
> > Similar to memalloc_noio() and memalloc_nofs(), memalloc_nowait()
> > guarantees we will not sleep to reclaim memory. Use it to simplify
> > dm-bufio's allocations.
> >
> > Signed-off-by: Matthew Wilcox (Oracle) <willy@...radead.org>
> > ---
> > drivers/md/dm-bufio.c | 30 ++++++++----------------------
> > include/linux/sched.h | 1 +
> > include/linux/sched/mm.h | 12 ++++++++----
> > 3 files changed, 17 insertions(+), 26 deletions(-)
>
>
> Hi,
>
> Curious on the state of this patchset? Not seeing it in next-20200923
>
> The dm-bufio cleanup looks desirable.
I've been busy with THPs and haven't pushed this patchset for this window.
It's probably a bit late now we're at rc6, so I'll clean it up and push
it for 5.11?
Powered by blists - more mailing lists