]> 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)
commit9ce205f252fa9bb8ad286556bd895bd6c30c5e11
tree330af1927d963c3ebe7628bf746ec3426a2bc635
parentbd295d44171b8aba55392edf12d1694a62c428e5
nfs: no PG_private waiters remain, remove waker

Since commit b9fb98c6 ("NFS: Don't call COMMIT in ->releasepage()"),
no tasks wait on PagePrivate, so the wake introduced in commit 673b8968
("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