]> git.ipfire.org Git - thirdparty/linux.git/commit - fs/smb/client/fs_context.h
Merge tag 'erofs-for-6.9-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 29 Apr 2024 15:52:08 +0000 (08:52 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 29 Apr 2024 15:52:08 +0000 (08:52 -0700)
commitb947cc5bf6d793101135265352e205aeb30b54f0
treeca6c5243847f8631059433594efaea0f85002f25
parent5af385f5f4cddf908f663974847a4083b2ff2c79
parent7af2ae1b1531feab5d38ec9c8f472dc6cceb4606
Merge tag 'erofs-for-6.9-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs

Pull erofs fixes from Gao Xiang:
 "Three fixes related to EROFS fscache mode. The most important two
  patches fix calling kill_block_super() in bdev-based mode instead of
  kill_anon_super(). The remaining patch is an informative one.

  Summary:

   - Better error message when prepare_ondemand_read failed

   - Fix unmount of bdev-based mode if CONFIG_EROFS_FS_ONDEMAND is on"

* tag 'erofs-for-6.9-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs:
  erofs: reliably distinguish block based and fscache mode
  erofs: get rid of erofs_fs_context
  erofs: modify the error message when prepare_ondemand_read failed