From cf07c0bf88b7e8765361e808b61fef287caedfe3 Mon Sep 17 00:00:00 2001 From: Mike Marshall Date: Wed, 9 Mar 2016 13:11:45 -0500 Subject: Orangefs: add a new gossip statement Signed-off-by: Mike Marshall --- fs/orangefs/dir.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fs/orangefs/dir.c') 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++) { -- cgit v1.2.3