]> git.ipfire.org Git - thirdparty/linux.git/commit
orangefs: Unify error & success paths in orangefs_writepages_work()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 5 Mar 2025 20:47:31 +0000 (20:47 +0000)
committerChristian Brauner <brauner@kernel.org>
Thu, 6 Mar 2025 08:26:06 +0000 (09:26 +0100)
commitf9ec21357f52254f300ab01199da76464103e821
treee1e19082a70bcb338b9ca56613c4bb89af98f74e
parent6420f17963f2a898407c19ee16a8e71b958125d5
orangefs: Unify error & success paths in orangefs_writepages_work()

Both arms of this conditional now have the same loop, so sink it out
of the conditional.

Signed-off-by: "Matthew Wilcox (Oracle)" <willy@infradead.org>
Link: https://lore.kernel.org/r/20250305204734.1475264-8-willy@infradead.org
Tested-by: Mike Marshall <hubcap@omnibond.com>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/orangefs/inode.c