]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'fuse-fixes-4.20-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 13 Dec 2018 02:17:35 +0000 (18:17 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 13 Dec 2018 02:17:35 +0000 (18:17 -0800)
commit7fda3662cb1ef3e8e13c3b237d36ad38b9b7c3fd
tree3b61d1d6242b195a3cc2fc943df3a0c2246a9724
parent4152838b0ff1a83258a22215919fb4ddef74f10a
parenteac44bf743e1f7b52433212e8e269ce277e52173
Merge tag 'fuse-fixes-4.20-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse

Pull fuse fixes from Miklos Szeredi:
 "There's one patch fixing a minor but long lived bug, the others are
  fixing regressions introduced in this cycle"

* tag 'fuse-fixes-4.20-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse:
  fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYS
  fuse: Fix memory leak in fuse_dev_free()
  fuse: fix revalidation of attributes for permission check
  fuse: fix fsync on directory
  fuse: Add bad inode check in fuse_destroy_inode()