]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 21 Dec 2020 18:28:02 +0000 (10:28 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 21 Dec 2020 18:28:02 +0000 (10:28 -0800)
commit5bb3627d8deb5b421f521202ddab9bf522c0a826
tree3d160f121cdbb6bd7353d0179ee65ebd7761167f
parent21dd31568bb21690caab873108a1a6c284ca1acc
parent49abaea72b6969016d2ca1b83c789255f331ee9c
Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linux

Pull 9p update from Dominique Martinet:

 - fix long-standing limitation on open-unlink-fop pattern

 - add refcount to p9_fid (fixes the above and will allow for more
   cleanups and simplifications in the future)

* tag '9p-for-5.11-rc1' of git://github.com/martinetd/linux:
  9p: Remove unnecessary IS_ERR() check
  9p: Uninitialized variable in v9fs_writeback_fid()
  9p: Fix writeback fid incorrectly being attached to dentry
  9p: apply review requests for fid refcounting
  9p: add refcount to p9_fid struct
  fs/9p: search open fids first
  fs/9p: track open fids
  fs/9p: fix create-unlink-getattr idiom
fs/9p/vfs_file.c
net/9p/client.c