[GIT PULL] overlayfs fixes for 5.15-rc5

From: Miklos Szeredi
Date: Mon Oct 04 2021 - 09:45:41 EST


Hi Linus,

Please pull from:

git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git tags/ovl-fixes-5.15-rc5

Fix two bugs, both of them corner cases not affecting most users.

Thanks,
Miklos

---
Miklos Szeredi (1):
ovl: fix IOCB_DIRECT if underlying fs doesn't support direct IO

Zheng Liang (1):
ovl: fix missing negative dentry check in ovl_rename()

---
fs/overlayfs/dir.c | 10 +++++++---
fs/overlayfs/file.c | 15 ++++++++++++++-
2 files changed, 21 insertions(+), 4 deletions(-)