[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZMJwVmhWcVC0oN20@casper.infradead.org>
Date: Thu, 27 Jul 2023 14:25:42 +0100
From: Matthew Wilcox <willy@...radead.org>
To: Hao Xu <hao.xu@...ux.dev>
Cc: io-uring@...r.kernel.org, Jens Axboe <axboe@...nel.dk>,
Dominique Martinet <asmadeus@...ewreck.org>,
Pavel Begunkov <asml.silence@...il.com>,
Christian Brauner <brauner@...nel.org>,
Alexander Viro <viro@...iv.linux.org.uk>,
Stefan Roesch <shr@...com>, Clay Harris <bugs@...ycon.org>,
Dave Chinner <david@...morbit.com>,
"Darrick J . Wong" <djwong@...nel.org>,
linux-fsdevel@...r.kernel.org, linux-xfs@...r.kernel.org,
linux-ext4@...r.kernel.org, Wanpeng Li <wanpengli@...cent.com>
Subject: Re: [PATCH 4/7] add llseek_nowait() for struct file_operations
On Wed, Jul 26, 2023 at 06:26:00PM +0800, Hao Xu wrote:
> + loff_t (*llseek_nowait)(struct file *, loff_t, int, bool);
You don't have to name the struct file, but an unnamed int and an
unnamed bool is just not acceptable.
Powered by blists - more mailing lists