On Mon, Feb 14, 2022 at 09:43:51AM -0800, Stefan Roesch wrote: > This splits off the do generic_perform_write() function, so an > additional flags parameter can be specified. It uses the new flag > parameter to support async buffered writes. It would seem simpler to pass the iocb pointer to generic_perform_write() (in place of the struct file pointer) instead of inventing a new flag.