On Thu, May 26, 2022 at 10:38:38AM -0700, Stefan Roesch wrote: > This changes the function signature of the function xfs_ilock_iocb(): > - the parameter iocb is replaced with ip, passing in an xfs_inode > - the parameter iocb_flags is added to be able to pass in the iocb flags > > This allows to call the function from xfs_file_buffered_writes. xfs_file_buffered_write? But even that already has the iocb, so I'm not sure why we need that change to start with.