Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 23 Dec 2019 01:00:04 +0000 (17:00 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 23 Dec 2019 01:00:04 +0000 (17:00 -0800)
commit9efa3ed504edb1c1fc88dba96fd32168f50ab77c
treeb41b035a77e0a738a2769a72aaaf1818961b64bd
parentc60174717544aa8959683d7e19d568309c3a0c65
parent1edc8eb2e93130e36ac74ac9c80913815a57d413
Merge branch 'fixes' of git://git./linux/kernel/git/viro/vfs

Pull vfs fixes from Al Viro:
 "Eric's s_inodes softlockup fixes + Jan's fix for recent regression
  from pipe rework"

* 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  fs: call fsnotify_sb_delete after evict_inodes
  fs: avoid softlockups in s_inodes iterators
  pipe: Fix bogus dereference in iov_iter_alignment()