]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge patch series "sb_min_blocksize() fixes"
authorChristian Brauner <brauner@kernel.org>
Wed, 5 Nov 2025 11:16:54 +0000 (12:16 +0100)
committerChristian Brauner <brauner@kernel.org>
Wed, 5 Nov 2025 13:00:17 +0000 (14:00 +0100)
commit75fdd57499a392e97fc0cff8df64e44472c07f2f
treef1e06099ad1572289b32baa951a5b847aaca2c57
parent90f601b497d76f40fa66795c3ecf625b6aced9fd
parent8637fa89e678422995301ddb20b74190dffcccee
Merge patch series "sb_min_blocksize() fixes"

Enforce checking of sb_min_blocksize() calls and update all callers
accordingly.

* patches from https://patch.msgid.link/20251104125009.2111925-2-yangyongpeng.storage@gmail.com:
  block: add __must_check attribute to sb_min_blocksize()
  xfs: check the return value of sb_min_blocksize() in xfs_fs_fill_super
  isofs: check the return value of sb_min_blocksize() in isofs_fill_super
  exfat: check return value of sb_min_blocksize in exfat_read_boot_sector
  vfat: fix missing sb_min_blocksize() return value checks

Link: https://patch.msgid.link/20251104125009.2111925-2-yangyongpeng.storage@gmail.com
Signed-off-by: Christian Brauner <brauner@kernel.org>