]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'nfs-for-4.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 4 Jun 2017 18:56:53 +0000 (11:56 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 4 Jun 2017 18:56:53 +0000 (11:56 -0700)
commit891a5269cb52a7684ea5a58ddbf37dfcbc81d028
tree3d23effd0dce1e6f13c363eff4d854a273190719
parent59865da58d4747bad0f7d473d0ad49d07dbafb89
parentd189248ed083c0550b3e255db493d3eb8b9d1b02
Merge tag 'nfs-for-4.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs

Pull NFS client bugfixes from Trond Myklebust:
 "Bugfixes include:

   - Fix a typo in commit d634718d7f3 ("NFS append COMMIT after
     synchronous COPY") that breaks copy offload

   - Fix the connect error propagation in xs_tcp_setup_socket()

   - Fix a lock leak in nfs40_walk_client_list

   - Verify that pNFS requests lie within the offset range of the layout
     segment"

* tag 'nfs-for-4.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs:
  nfs: Mark unnecessarily extern functions as static
  SUNRPC: ensure correct error is reported by xs_tcp_setup_socket()
  NFSv4.0: Fix a lock leak in nfs40_walk_client_list
  pnfs: Fix the check for requests in range of layout segment
  xprtrdma: Delete an error message for a failed memory allocation in xprt_rdma_bc_setup()
  pNFS/flexfiles: missing error code in ff_layout_alloc_lseg()
  NFS fix COMMIT after COPY