提交 ee3707ae 编写于 作者: N Nagendra S Tomar 提交者: Trond Myklebust

nfs: Subsequent READDIR calls should carry non-zero cookieverifier

If the loop in nfs_readdir_xdr_to_array() runs more than once, subsequent
READDIR RPCs may wrongly carry a zero cookie verifier and non-zero cookie.
Make sure subsequent calls to READDIR carry the cookie verifier returned
by the first call.
Signed-off-by: NNagendra S Tomar <natomar@microsoft.com>
Fixes: b593c09f ("NFS: Improve handling of directory verifiers")
Signed-off-by: NTrond Myklebust <trond.myklebust@hammerspace.com>
上级 6453bcd0
......@@ -866,6 +866,8 @@ static int nfs_readdir_xdr_to_array(struct nfs_readdir_descriptor *desc,
break;
}
verf_arg = verf_res;
status = nfs_readdir_page_filler(desc, entry, pages, pglen,
arrays, narrays);
} while (!status && nfs_readdir_page_needs_filling(page));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册