commit | 7e8a30f8b497315a6467d86c82f6cc8acaa9db61 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Mon Jul 17 16:58:07 2017 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Tue Aug 15 11:54:47 2017 -0400 |
tree | ce4c4ac4b12941cf601d47cadb06b0ef9c7d5ce1 | |
parent | 1344b7ea172b4911a8ee8a6ff26c5bc6b5abb302 [diff] |
NFS: Fix up nfs_page_group_covers_page() Fix up the test in nfs_page_group_covers_page(). The simplest implementation is to check that we have a set of intersecting or contiguous subrequests that connect page offset 0 to nfs_page_length(req->wb_page). Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>