summaryrefslogtreecommitdiff
path: root/fs/orangefs/dir.c
diff options
context:
space:
mode:
authorMike Marshall <hubcap@omnibond.com>2016-03-09 13:11:45 -0500
committerMike Marshall <hubcap@omnibond.com>2016-03-09 13:11:45 -0500
commitcf07c0bf88b7e8765361e808b61fef287caedfe3 (patch)
tree32042775100a6eb28a88ac78044389b441d25dee /fs/orangefs/dir.c
parent9d9e7ba9ee8f304c4608f3c81aa5e7fb3bddd251 (diff)
Orangefs: add a new gossip statement
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
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++) {