]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge tag 'ovl-fixes-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 20 Jun 2019 21:19:34 +0000 (14:19 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 20 Jun 2019 21:19:34 +0000 (14:19 -0700)
commit4ae004a9bca8bef118c2b4e76ee31c7df4514f18
treeaa314676f64217c11ea68b5b91706d3a5c671e9f
parentb910f6a7ccab60b4d930b438a97a265bb2b33135
parent6dde1e42f497b2d4e22466f23019016775607947
Merge tag 'ovl-fixes-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs

Pull overlayfs fixes from Miklos Szeredi:
 "Fix two regressions in this cycle, and a couple of older bugs"

* tag 'ovl-fixes-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs:
  ovl: make i_ino consistent with st_ino in more cases
  ovl: fix typo in MODULE_PARM_DESC
  ovl: fix bogus -Wmaybe-unitialized warning
  ovl: don't fail with disconnected lower NFS
  ovl: fix wrong flags check in FS_IOC_FS[SG]ETXATTR ioctls