[PATCH 4/5] NFS: avoid waiting at all in nfs_release_page when congested.

2014-09-23 Thread NeilBrown
If nfs_release_page() is called on a sequence of pages which are all in the same file which is blocked on COMMIT, each page could contribute a 1 second delay which could be come excessive. I have seen delays of as much as 208 seconds. To keep the delay to one second, mark the bdi as

[PATCH 4/5] NFS: avoid waiting at all in nfs_release_page when congested.

2014-09-23 Thread NeilBrown
If nfs_release_page() is called on a sequence of pages which are all in the same file which is blocked on COMMIT, each page could contribute a 1 second delay which could be come excessive. I have seen delays of as much as 208 seconds. To keep the delay to one second, mark the bdi as