]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
fs: move wait_on_inode() from writeback.h to fs.h
authorMateusz Guzik <mjguzik@gmail.com>
Thu, 9 Oct 2025 07:59:15 +0000 (09:59 +0200)
committerChristian Brauner <brauner@kernel.org>
Mon, 20 Oct 2025 18:22:26 +0000 (20:22 +0200)
commitaf6023e2ce0a3d4d948885d464b0ddca4b8b1fdf
treeeaea9d486c1881dff4da852af318e4a1522c6879
parent31e332b911fca54df467d264d7e2a2ef9317f3ca
fs: move wait_on_inode() from writeback.h to fs.h

The only consumer outside of fs/inode.c is gfs2 and it already includes
fs.h in the relevant file.

Signed-off-by: Mateusz Guzik <mjguzik@gmail.com>
Signed-off-by: Christian Brauner <brauner@kernel.org>
include/linux/fs.h
include/linux/writeback.h