]> git.itanic.dy.fi Git - linux-stable/commitdiff
Merge tag '9p-for-5.17-rc3' of git://github.com/martinetd/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 4 Feb 2022 17:44:42 +0000 (09:44 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 4 Feb 2022 17:44:42 +0000 (09:44 -0800)
Pull 9p fix from Dominique Martinet:
 "Fix 'cannot walk open fid' rule

  The 9p 'walk' operation requires fid arguments to not originate from
  an open or create call and we've missed that for a while as the
  servers regularly running tests with don't enforce the check and no
  active reviewer knew about the rule.

  Both reporters confirmed reverting this patch fixes things for them
  and looking at it further wasn't actually required... Will take more
  time for follow up and enforcing the rule more thoroughly later"

* tag '9p-for-5.17-rc3' of git://github.com/martinetd/linux:
  Revert "fs/9p: search open fids first"


Trivial merge