On Fri, 30 May 2025 05:25:35 -0600, Jens Axboe wrote: > Rather than have the caller set the FMODE_NOWAIT flags for both output > files, move it to create_pipe_files() where other f_mode flags are set > anyway with stream_open(). With that, both __do_pipe_flags() and > io_pipe() can remove the manual setting of the NOWAIT flags. > > No intended functional changes, just a code cleanup. > > [...] Applied to the vfs-6.17.misc branch of the vfs/vfs.git tree. Patches in the vfs-6.17.misc branch should appear in linux-next soon. Please report any outstanding bugs that were missed during review in a new review to the original patch series allowing us to drop it. It's encouraged to provide Acked-bys and Reviewed-bys even though the patch has now been applied. If possible patch trailers will be updated. Note that commit hashes shown below are subject to change due to rebase, trailer updates or similar. If in doubt, please check the listed branch. tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git branch: vfs-6.17.misc [1/1] fs/pipe: set FMODE_NOWAIT in create_pipe_files() https://git.kernel.org/vfs/vfs/c/80c17f7374cf