commit | 600424e3d91be7c6c8c38b95db713983a6307efa | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Wed Jan 04 04:22:33 2017 +1000 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Wed Feb 08 17:02:44 2017 -0500 |
tree | 330af1927d963c3ebe7628bf746ec3426a2bc635 | |
parent | 920b4530fb80430ff30ef83efe21ba1fa5623731 [diff] |
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>