diff options
author | Mike Marshall <hubcap@omnibond.com> | 2016-03-09 13:11:45 -0500 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2016-03-09 13:11:45 -0500 |
commit | cf07c0bf88b7e8765361e808b61fef287caedfe3 (patch) | |
tree | 32042775100a6eb28a88ac78044389b441d25dee /fs/orangefs | |
parent | 9d9e7ba9ee8f304c4608f3c81aa5e7fb3bddd251 (diff) |
Orangefs: add a new gossip statement
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs')
-rw-r--r-- | fs/orangefs/dir.c | 4 |
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: | |||
342 | if (ctx->pos == ORANGEFS_ITERATE_NEXT) | 342 | if (ctx->pos == ORANGEFS_ITERATE_NEXT) |
343 | ctx->pos = 0; | 343 | ctx->pos = 0; |
344 | 344 | ||
345 | gossip_debug(GOSSIP_DIR_DEBUG, | ||
346 | "%s: dirent_outcount:%d:\n", | ||
347 | __func__, | ||
348 | rhandle.readdir_response.orangefs_dirent_outcount); | ||
345 | for (i = ctx->pos; | 349 | for (i = ctx->pos; |
346 | i < rhandle.readdir_response.orangefs_dirent_outcount; | 350 | i < rhandle.readdir_response.orangefs_dirent_outcount; |
347 | i++) { | 351 | i++) { |