]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'nfs-for-5.0-4' of git://git.linux-nfs.org/projects/anna/linux-nfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 17 Feb 2019 01:33:39 +0000 (17:33 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 17 Feb 2019 01:33:39 +0000 (17:33 -0800)
commitcae7ac9b1c4712e1373f71080c8644048a4c3bce
tree313fbc941fd9a7a51551046074469649885ad1ae
parentc252447b79630ee1057238c50db511a71752b277
parent8d43ef4d94befeba492346f6fe4d851ad41c5ffc
Merge tag 'nfs-for-5.0-4' of git://git.linux-nfs.org/projects/anna/linux-nfs

Pull more NFS client fixes from Anna Schumaker:
 "Three fixes this time.

  Nicolas's is for xprtrdma completion vector allocation on single-core
  systems. Greg's adds an error check when allocating a debugfs dentry.
  And Ben's is an additional fix for nfs_page_async_flush() to prevent
  pages from accidentally getting truncated.

  Summary:

   - Make sure Send CQ is allocated on an existing compvec

   - Properly check debugfs dentry before using it

   - Don't use page_file_mapping() after removing a page"

* tag 'nfs-for-5.0-4' of git://git.linux-nfs.org/projects/anna/linux-nfs:
  NFS: Don't use page_file_mapping after removing the page
  rpc: properly check debugfs dentry before using it
  xprtrdma: Make sure Send CQ is allocated on an existing compvec