]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag '9p-for-5.1' of git://github.com/martinetd/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 17 Mar 2019 16:10:56 +0000 (09:10 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 17 Mar 2019 16:10:56 +0000 (09:10 -0700)
commitb33b65d719e833d8fabfb9161a9409f3ef0c3c57
tree14ed240b50e3a7b89e7f77bd80b24487649d95b8
parenta56d5c0012a7f93a8ede657d9a678073f2330b87
parent3e0b86aa67132530d26d65e93ab2a12e53c519af
Merge tag '9p-for-5.1' of git://github.com/martinetd/linux

Pull 9p updates from Dominique Martinet:
 "Here is a 9p update for 5.1; there honestly hasn't been much.

  Two fixes (leak on invalid mount argument and possible deadlock on
  i_size update on 32bit smp) and a fall-through warning cleanup"

* tag '9p-for-5.1' of git://github.com/martinetd/linux:
  9p/net: fix memory leak in p9_client_create
  9p: use inode->i_lock to protect i_size_write() under 32-bit
  9p: mark expected switch fall-through
fs/9p/vfs_super.c