Orangefs: add a new gossip statement

Signed-off-by: Mike Marshall <hubcap@omnibond.com>
diff --git a/fs/orangefs/dir.c b/fs/orangefs/dir.c
index 43e3aeb..259b667 100644
--- a/fs/orangefs/dir.c
+++ b/fs/orangefs/dir.c
@@ -342,6 +342,10 @@
 	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++) {