Message ID | 6448ac4ae068b71c6eec04d86198966a1eb33029.1307464382.git.rees@umich.edu (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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)) {