On 10/03/2025 09:23, Carlos Maiolino wrote:
xfs_file.c:746:15: error: too few arguments to function 'xfs_file_write_checks'
746 | ret = xfs_file_write_checks(iocb, from, &iolock);
| ^~~~~~~~~~~~~~~~~~~~~
fs/xfs/xfs_file.c:434:1: note: declared here
434 | xfs_file_write_checks(
| ^~~~~~~~~~~~~~~~~~~~~
Christoph's zoned series added a new arg to xfs_file_write_checks().
I think that we want to add a NULL here as that arg - assuming that we
won't support atomic writes for zoned devices now.
JFYI, I am testing that change just in case
Carlos, please advise to handle.
I didn't know the bot was monitoring all branches, I just created this branch to
open a discussion with you an Christoph. Well, I'll do that on my personal
repo next time 🙂
I'll figure out what to do with this today.
thanks