diff --git a/fs/nfs/pagelist.c b/fs/nfs/pagelist.c index 3156db526cc45dad5d0ed5615b6b05270ef9b2b4..9157dd19b8b4f3ef4387827376a603c5ce22d48e 100644 --- a/fs/nfs/pagelist.c +++ b/fs/nfs/pagelist.c @@ -1218,6 +1218,7 @@ static int nfs_do_recoalesce(struct nfs_pageio_descriptor *desc) do { list_splice_init(&mirror->pg_list, &head); + mirror->pg_recoalesce = 0; while (!list_empty(&head)) { struct nfs_page *req;