Skip to content

Commit

Permalink
Orangefs: add a new gossip statement
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Marshall <[email protected]>
  • Loading branch information
hubcapsc committed Mar 9, 2016
1 parent 9d9e7ba commit cf07c0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fs/orangefs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit cf07c0b

Please sign in to comment.