mbox series

[git,pull] vfs.git fixes

Message ID ZdrlRJQOzKnaXh7d@duke.home (mailing list archive)
State New
Headers show
Series [git,pull] vfs.git fixes | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-fixes

Message

Al Viro Feb. 25, 2024, 6:59 a.m. UTC
The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-fixes

for you to fetch changes up to 2c88c16dc20e88dd54d2f6f4d01ae1dce6cc9654:

  erofs: fix handling kern_mount() failure (2024-02-20 02:09:02 -0500)

----------------------------------------------------------------
	A couple of fixes - revert of regression from this cycle
and a fix for erofs failure exit breakage (had been there since
way back).

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

----------------------------------------------------------------
Al Viro (2):
      Revert "get rid of DCACHE_GENOCIDE"
      erofs: fix handling kern_mount() failure

 fs/dcache.c            | 5 ++++-
 fs/erofs/fscache.c     | 7 ++++---
 include/linux/dcache.h | 1 +
 3 files changed, 9 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 25, 2024, 5:58 p.m. UTC | #1
The pull request you sent on Sun, 25 Feb 2024 01:59:16 -0500:

> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9b24349279d561122d620e63c4467e2715bcfb49

Thank you!