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/dir.c | |
parent | 9d9e7ba9ee8f304c4608f3c81aa5e7fb3bddd251 (diff) | |
download | linux-stable-cf07c0bf88b7e8765361e808b61fef287caedfe3.tar.gz linux-stable-cf07c0bf88b7e8765361e808b61fef287caedfe3.tar.bz2 linux-stable-cf07c0bf88b7e8765361e808b61fef287caedfe3.zip |
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.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: 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++) { |