]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFS: Fix commit policy for non-blocking calls to nfs_write_inode()
authorTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 20 Jun 2017 23:35:38 +0000 (19:35 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Thu, 13 Jul 2017 19:58:05 +0000 (15:58 -0400)
commit1a4edf0f46b0cb87dd5020481d355cd5cc456c47
tree0c8f39c5caaaa89331300226061c183429d8d1da
parent919e3bd9a87593520a2c5dfda27bd3e6599852ed
NFS: Fix commit policy for non-blocking calls to nfs_write_inode()

Now that the writes will schedule a commit on their own, we don't
need nfs_write_inode() to schedule one if there are outstanding
writes, and we're being called in non-blocking mode.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/write.c