From: Fred Isaman <iisaman@xxxxxxxxxx> Signed-off-by: Fred Isaman <iisaman@xxxxxxxxxx> --- fs/nfs/blocklayout/blocklayout.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/nfs/blocklayout/blocklayout.c b/fs/nfs/blocklayout/blocklayout.c index 77e9512..92f0b4b 100644 --- a/fs/nfs/blocklayout/blocklayout.c +++ b/fs/nfs/blocklayout/blocklayout.c @@ -448,8 +448,8 @@ bl_write_pagelist(struct pnfs_layout_type *lo, int pg_index = pgbase >> PAGE_CACHE_SHIFT; dprintk("%s enter, %Zu@%lld\n", __func__, count, offset); - if (!test_bit(PG_USE_PNFS, &wdata->req->wb_flags)) { - dprintk("PG_USE_PNFS not set\n"); + if (!wdata->req->wb_lseg) { + dprintk("%s no lseg, falling back to MDS\n", __func__); return PNFS_NOT_ATTEMPTED; } if (dont_like_caller(wdata->req)) { -- 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