]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag '9p-for-5.20' of https://github.com/martinetd/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 6 Aug 2022 21:48:54 +0000 (14:48 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 6 Aug 2022 21:48:54 +0000 (14:48 -0700)
commit2187bda8dca859c56d63aa1862550c303a21062d
tree84ad4002f34acceea580e046de8aa3574cded014
parente0f1485a3555128692504a0fc0f08ec3a677b957
parentb4ed007b547b87ac8f37afbd5e0c3cee6f612743
Merge tag '9p-for-5.20' of https://github.com/martinetd/linux

Pull 9p updates from Dominique Martinet:

 - a couple of fixes

 - add a tracepoint for fid refcounting

 - some cleanup/followup on fid lookup

 - some cleanup around req refcounting

* tag '9p-for-5.20' of https://github.com/martinetd/linux:
  net/9p: Initialize the iounit field during fid creation
  net: 9p: fix refcount leak in p9_read_work() error handling
  9p: roll p9_tag_remove into p9_req_put
  9p: Add client parameter to p9_req_put()
  9p: Drop kref usage
  9p: Fix some kernel-doc comments
  9p fid refcount: cleanup p9_fid_put calls
  9p fid refcount: add a 9p_fid_ref tracepoint
  9p fid refcount: add p9_fid_get/put wrappers
  9p: Fix minor typo in code comment
  9p: Remove unnecessary variable for old fids while walking from d_parent
  9p: Make the path walk logic more clear about when cloning is required
  9p: Track the root fid with its own variable during lookups
net/9p/client.c
net/9p/trans_virtio.c