]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag '9p-for-5.9-rc1' of git://github.com/martinetd/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 15 Aug 2020 15:34:36 +0000 (08:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 15 Aug 2020 15:34:36 +0000 (08:34 -0700)
commit2b5c8c31ebf6773928cc9ee5c470a817630ed9f1
treec1361018754f92dbaa7ce7045cd8bd8b8890fb45
parentde4b421e0a4b722215d754405f55dc5f7a7dbe81
parenta5707849d1772fc08e1d246992e439264570059c
Merge tag '9p-for-5.9-rc1' of git://github.com/martinetd/linux

Pull 9p updates from Dominique Martinet:

 - some code cleanup

 - a couple of static analysis fixes

 - setattr: try to pick a fid associated with the file rather than the
   dentry, which might sometimes matter

* tag '9p-for-5.9-rc1' of git://github.com/martinetd/linux:
  9p: Remove unneeded cast from memory allocation
  9p: remove unused code in 9p
  net/9p: Fix sparse endian warning in trans_fd.c
  9p: Fix memory leak in v9fs_mount
  9p: retrieve fid from file when file instance exist.