Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxx> --- fs/nfsd/pnfsd_lexp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/nfsd/pnfsd_lexp.c b/fs/nfsd/pnfsd_lexp.c index 5d448c2..79a4bc1 100644 --- a/fs/nfsd/pnfsd_lexp.c +++ b/fs/nfsd/pnfsd_lexp.c @@ -253,7 +253,7 @@ static int get_stripe_unit(int blocksize) static bool has_layout(struct nfs4_file *fp) { - return !list_empty(&fp->fi_layouts); + return !list_empty(&fp->fi_lo_states); } /* -- 1.7.11.7 -- 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