]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'nfs-for-4.10-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 16 Jan 2017 20:15:59 +0000 (12:15 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 16 Jan 2017 20:15:59 +0000 (12:15 -0800)
commit8a7f82d5154fa50fe8de6a8e6821650a4241dc9b
tree098175ce049b7ec57cdf3bcbb827a7282d2e1997
parent458908b971da5a5c80017a83b384369d99f419c4
parent8a7c2b08049c72b80a5cde0fd8068c42e2081fd7
Merge tag 'nfs-for-4.10-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs

Pull NFS client bugfixes from Trond Myklebust:

 - fix invalid fget()/fput() calls when doing file locking

 - fix multiple directory cache invalidation issues due to the client
   failing to recognise that the directory wasn't changed

 - fix client recovery when server reboots multiple times

* tag 'nfs-for-4.10-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs:
  NFSv4: Fix client recovery when server reboots multiple times
  NFSv4: update_changeattr should update the attribute timestamp
  NFSv4: Don't call update_changeattr() unless the unlink is successful
  NFSv4: Don't apply change_info4 twice on rename within a directory
  NFSv4: Call update_changeattr() from _nfs4_proc_open only if a file was created
  nfs: Don't take a reference on fl->fl_file for LOCK operation