lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAJfpeguKB2k6jnzNKOdx9390bKwx8TktY7xp-wcy-h7wO08Vpw@mail.gmail.com>
Date: Fri, 18 Oct 2024 09:44:03 +0200
From: Miklos Szeredi <miklos@...redi.hu>
To: Zheng Zucheng <zhengzucheng@...wei.com>
Cc: amir73il@...il.com, linux-kernel@...r.kernel.org, 
	linux-unionfs@...r.kernel.org
Subject: Re: [PATCH -next] fs: Fix build error

On Thu, 17 Oct 2024 at 08:50, Zheng Zucheng <zhengzucheng@...wei.com> wrote:
>
> The following build error report:
> fs/overlayfs/file.c: In function ‘ovl_file_end_write’:
> fs/overlayfs/file.c:292:51: error: parameter name omitted
>   292 | static void ovl_file_end_write(struct file *file, loff_t, ssize_t)
>       |                                                   ^~~~~~
> fs/overlayfs/file.c:292:59: error: parameter name omitted
>   292 | static void ovl_file_end_write(struct file *file, loff_t, ssize_t)
>                                                                   ^~~~~~~
>
> Fixes: 291f180e5929 ("fs: pass offset and result to backing_file end_write() callback")
> Signed-off-by: Zheng Zucheng <zhengzucheng@...wei.com>

Thanks for the patch.   The fix is already folded into the original
patch in fuse.git/for-next.

Miklos

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ