[GIT PULL] fuse fixes for 4.20-rc7

From: Miklos Szeredi
Date: Wed Dec 12 2018 - 04:33:29 EST


Hi Linus,

Please pull from:

git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git tags/fuse-fixes-4.20-rc7

There's one patch fixing a minor but long lived bug, the others are fixing
regressions introduced in this cycle.

Thanks,
Miklos

----------------------------------------------------------------
Chad Austin (1):
fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYS

Miklos Szeredi (2):
fuse: fix fsync on directory
fuse: fix revalidation of attributes for permission check

Myungho Jung (1):
fuse: Add bad inode check in fuse_destroy_inode()

Takeshi Misawa (1):
fuse: Fix memory leak in fuse_dev_free()

---
fs/fuse/dir.c | 26 ++++++++++++++++++++---
fs/fuse/file.c | 64 +++++++++++++++++++++++++++++---------------------------
fs/fuse/fuse_i.h | 4 ++--
fs/fuse/inode.c | 3 ++-
4 files changed, 60 insertions(+), 37 deletions(-)