]> git.baikalelectronics.ru Git - kernel.git/commit
nfs: no PG_private waiters remain, remove waker
authorNicholas Piggin <npiggin@gmail.com>
Tue, 3 Jan 2017 18:22:33 +0000 (04:22 +1000)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Wed, 8 Feb 2017 22:02:44 +0000 (17:02 -0500)
commite33679043ea10de0c284861d2d2e8cf74b68296d
tree330af1927d963c3ebe7628bf746ec3426a2bc635
parent6c0bc35093beaa2d77fedbe13320afce2d665ff9
nfs: no PG_private waiters remain, remove waker

Since commit 4ce49f59 ("NFS: Don't call COMMIT in ->releasepage()"),
no tasks wait on PagePrivate, so the wake introduced in commit 5587fa4e
("NFS: avoid deadlocks with loop-back mounted NFS filesystems.") can
be removed.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/write.c