提交 cf07c0bf 编写于 作者: M Mike Marshall

Orangefs: add a new gossip statement

Signed-off-by: NMike Marshall <hubcap@omnibond.com>
上级 9d9e7ba9
......@@ -342,6 +342,10 @@ static int orangefs_readdir(struct file *file, struct dir_context *ctx)
if (ctx->pos == ORANGEFS_ITERATE_NEXT)
ctx->pos = 0;
gossip_debug(GOSSIP_DIR_DEBUG,
"%s: dirent_outcount:%d:\n",
__func__,
rhandle.readdir_response.orangefs_dirent_outcount);
for (i = ctx->pos;
i < rhandle.readdir_response.orangefs_dirent_outcount;
i++) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册