]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit600424e3d91be7c6c8c38b95db713983a6307efa
tree330af1927d963c3ebe7628bf746ec3426a2bc635
parent920b4530fb80430ff30ef83efe21ba1fa5623731
nfs: no PG_private waiters remain, remove waker

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