mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 20:54:10 +08:00
Orangefs: add a new gossip statement
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
This commit is contained in:
parent
9d9e7ba9ee
commit
cf07c0bf88
@ -342,6 +342,10 @@ get_new_buffer_index:
|
||||
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++) {
|
||||
|
Loading…
Reference in New Issue
Block a user