Merge tag 'fuse-fixes-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 Oct 2021 20:39:47 +0000 (10:39 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 Oct 2021 20:39:47 +0000 (10:39 -1000)
commit5ab2ed0a8d75ce55ade89e3ff6b75bef7d9fa53f
tree3472c7283f9a3a9aa9447da187a47066d1843b44
parent477b4e80c57f787cf8f494ccb9be23a23642b2f2
parent964d32e512670c7b87870e30cfed2303da86d614
Merge tag 'fuse-fixes-5.15-rc7' of git://git./linux/kernel/git/mszeredi/fuse

Pull fuse fixes from Miklos Szeredi:
 "Syzbot discovered a race in case of reusing the fuse sb (introduced in
  this cycle).

  Fix it by doing the s_fs_info initialization at the proper place"

* tag 'fuse-fixes-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse:
  fuse: clean up error exits in fuse_fill_super()
  fuse: always initialize sb->s_fs_info
  fuse: clean up fuse_mount destruction
  fuse: get rid of fuse_put_super()
  fuse: check s_root when destroying sb