Loading fs/orangefs/dir.c +4 −0 Original line number Diff line number Diff line Loading @@ -342,6 +342,10 @@ static int orangefs_readdir(struct file *file, struct dir_context *ctx) 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++) { Loading Loading
fs/orangefs/dir.c +4 −0 Original line number Diff line number Diff line Loading @@ -342,6 +342,10 @@ static int orangefs_readdir(struct file *file, struct dir_context *ctx) 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++) { Loading