]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
buffer: Remove forward declaration of submit_bh_wbc()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 28 May 2026 17:31:14 +0000 (18:31 +0100)
committerChristian Brauner <brauner@kernel.org>
Thu, 4 Jun 2026 08:28:06 +0000 (10:28 +0200)
commit6b1a162ba1a2dfd1ceac24029e4d0c2443173ed2
treec9332370dbf2161091e5a0bce35dad1a289fbe7a
parent254f49634ee16a731174d2ae34bc50bd5f45e731
buffer: Remove forward declaration of submit_bh_wbc()

Rearrange functions to avoid this forward declaration.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Link: https://patch.msgid.link/20260528173150.1093780-2-willy@infradead.org
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
fs/buffer.c