]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'erofs-for-6.7-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 21 Nov 2023 19:45:48 +0000 (11:45 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 21 Nov 2023 19:45:48 +0000 (11:45 -0800)
commit6b65522316489ff0b2be65d00fbcecbc781017c9
treec0282d8c2eff308aa38f7f98e7dd8cd09df322b0
parent98b1cc82c4affc16f5598d4fa14b1858671b2263
parent62b241efff99fc4d88a86f1c67c7516e31f432a3
Merge tag 'erofs-for-6.7-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs

Pull erofs fixes from Gao Xiang:

 - Tidy up erofs_read_inode() for simplicity

 - Fix broken fscache mode due to NULL dereference of dif->bdev_handle

 - Add the EROFS webpage to MAINTAINERS, documentation, and Kconfig

* tag 'erofs-for-6.7-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs:
  MAINTAINERS: erofs: add EROFS webpage
  erofs: fix NULL dereference of dif->bdev_handle in fscache mode
  erofs: simplify erofs_read_inode()
MAINTAINERS