]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit125f42b0e226d201a2118b79a6c7f1ddb9aabe1d
tree3d23effd0dce1e6f13c363eff4d854a273190719
parent3c06e6cbdb6a3faa73fbdfd9022e23f82d24c372
parent4f253e1eb628f5adf7ca4f43aab4bbb1bfffa081
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 e092693443b ("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