projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d9e7ba
)
Orangefs: add a new gossip statement
author
Mike Marshall
<hubcap@omnibond.com>
Wed, 9 Mar 2016 18:11:45 +0000
(13:11 -0500)
committer
Mike Marshall
<hubcap@omnibond.com>
Wed, 9 Mar 2016 18:11:45 +0000
(13:11 -0500)
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
fs/orangefs/dir.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/orangefs/dir.c
b/fs/orangefs/dir.c
index 43e3aeb529ead35f55eb7b6da9e31845efdb692e..259b667f6c8ff7ec40c4dd6a8c6103324165f52e 100644
(file)
--- 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++) {