fs/pipe: move check to pipe_has_watch_queue()
authorMax Kellermann <max.kellermann@ionos.com>
Thu, 21 Sep 2023 07:57:53 +0000 (09:57 +0200)
committerChristian Brauner <brauner@kernel.org>
Thu, 19 Oct 2023 09:02:47 +0000 (11:02 +0200)
commitb4bd6b4bac8edd61eb8f7b836969d12c0c6af165
tree0d90cd9611fc84b62b822d09a3ebbd2eb0f00f7c
parent61105aab4edb59bf8177f005eb2923fe5c4deb3c
fs/pipe: move check to pipe_has_watch_queue()

This declutters the code by reducing the number of #ifdefs and makes
the watch_queue checks simpler.  This has no runtime effect; the
machine code is identical.

Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
Message-Id: <20230921075755.1378787-2-max.kellermann@ionos.com>
Reviewed-by: David Howells <dhowells@redhat.com>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/pipe.c
include/linux/pipe_fs_i.h