Re: [PATCH] ext4: Fix spurious message about orphan cleanup on RO fs

"Theodore Ts'o" <[email protected]> Thu, 6 Aug 2026 11:00:57 -0400
Newsgroups org.kernel.vger.linux-ext4
Message-ID <178602814514.965683.9220868344730400750.b4-ty@b4>
On Mon, 03 Aug 2026 18:00:38 +0200, Jan Kara wrote:
> When orphan_file feature is enabled, ext4_orphan_cleanup() was always
> walking through the orphan file looking for orphan inodes. This is
> mostly harmless but for read-only filesystem it results in spurious
> "orphan cleanup on readonly fs" message and in other cornercases it
> could result in similar somewhat misleading messages. Skip orphan
> cleanup if the orphan file is empty to avoid confusing messages.
> 
> [...]

Applied, thanks!

[1/1] ext4: Fix spurious message about orphan cleanup on RO fs
      commit: 5aa98f874c013bcce9bb84ffded2f0ef886e4e33

Best regards,
-- 
Theodore Ts'o <[email protected]>