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.
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.