[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZZYeLn1l35pUSv6o@casper.infradead.org>
Date: Thu, 4 Jan 2024 02:55:42 +0000
From: Matthew Wilcox <willy@...radead.org>
To: Hou Tao <houtao@...weicloud.com>
Cc: linux-fsdevel@...r.kernel.org, Miklos Szeredi <miklos@...redi.hu>,
Vivek Goyal <vgoyal@...hat.com>,
Stefan Hajnoczi <stefanha@...hat.com>, linux-kernel@...r.kernel.org,
virtualization@...ts.linux.dev, houtao1@...wei.com
Subject: Re: [PATCH] virtiofs: use GFP_NOFS when enqueuing request through
kworker
On Thu, Jan 04, 2024 at 09:58:05AM +0800, Hou Tao wrote:
> static int virtio_fs_enqueue_req(struct virtio_fs_vq *fsvq,
> - struct fuse_req *req, bool in_flight);
> + struct fuse_req *req, bool in_flight,
> + bool in_atomic);
Better to pass the gfp_t directly instead of a bool.
Powered by blists - more mailing lists