[GIT PULL] overlayfs fixes for 5.2-rc6
From: Miklos Szeredi
Date: Thu Jun 20 2019 - 16:12:25 EST
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git tags/ovl-fixes-5.2-rc6
Fix two regressions in this cycle, and a couple of older bugs.
Thanks,
Miklos
----------------------------------------------------------------
Amir Goldstein (2):
ovl: fix wrong flags check in FS_IOC_FS[SG]ETXATTR ioctls
ovl: make i_ino consistent with st_ino in more cases
Arnd Bergmann (1):
ovl: fix bogus -Wmaybe-unitialized warning
Miklos Szeredi (1):
ovl: don't fail with disconnected lower NFS
Nicolas Schier (1):
ovl: fix typo in MODULE_PARM_DESC
---
fs/overlayfs/copy_up.c | 2 +-
fs/overlayfs/dir.c | 2 +-
fs/overlayfs/file.c | 91 +++++++++++++++++++++++++++++++++++---------------
fs/overlayfs/inode.c | 12 +++----
fs/overlayfs/super.c | 42 ++++++++++-------------
5 files changed, 90 insertions(+), 59 deletions(-)