summaryrefslogtreecommitdiff
path: root/fs/orangefs/dir.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/orangefs/dir.c')
-rw-r--r--fs/orangefs/dir.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/orangefs/dir.c b/fs/orangefs/dir.c
index 43e3aeb529ea..259b667f6c8f 100644
--- a/fs/orangefs/dir.c
+++ b/fs/orangefs/dir.c
@@ -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++) {