]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag '9p-for-5.7' of git://github.com/martinetd/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 6 Apr 2020 15:46:59 +0000 (08:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 6 Apr 2020 15:46:59 +0000 (08:46 -0700)
commitff5950e1f9fabf595120f9b53c2807793fd04988
tree2a5d7a12c6b73eaab7693ca299835f98f1549a24
parent4e94ed4315c36f3e6f751f6afb3dca32e158e4f7
parent8f855508e229050c0d497e5329cb4617a1785284
Merge tag '9p-for-5.7' of git://github.com/martinetd/linux

Pull 9p updates from Dominique Martinet:
 "Not much new, but a few patches for this cycle:

   - Fix read with O_NONBLOCK to allow incomplete read and return
     immediately

   - Rest is just cleanup (indent, unused field in struct, extra
     semicolon)"

* tag '9p-for-5.7' of git://github.com/martinetd/linux:
  net/9p: remove unused p9_req_t aux field
  9p: read only once on O_NONBLOCK
  9pnet: allow making incomplete read requests
  9p: Remove unneeded semicolon
  9p: Fix Kconfig indentation