From: Fred Isaman <iisaman@xxxxxxxxxx> Signed-off-by: Fred Isaman <iisaman@xxxxxxxxxx> --- fs/nfs/blocklayout/blocklayout.c | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/fs/nfs/blocklayout/blocklayout.c b/fs/nfs/blocklayout/blocklayout.c index 43a5617..77e9512 100644 --- a/fs/nfs/blocklayout/blocklayout.c +++ b/fs/nfs/blocklayout/blocklayout.c @@ -1115,12 +1115,10 @@ bl_pg_test(struct nfs_pageio_descriptor *pgio, struct nfs_page *prev, struct nfs_page *req) { dprintk("%s enter\n", __func__); - if (pgio->pg_iswrite) { - return test_bit(PG_USE_PNFS, &prev->wb_flags) == - test_bit(PG_USE_PNFS, &req->wb_flags); - } else { + if (pgio->pg_iswrite) + return prev->wb_lseg == req->wb_lseg; + else return 1; - } } static struct layoutdriver_io_operations blocklayout_io_operations = { -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html