On Thu, 2008-09-25 at 22:30 +0300, Benny Halevy wrote: > One more thing that seems to need fixing is rpc_bind_new_program > which now uses the passed-in program->cl_stats but doesn't point > to the passed-in program, but rather it only extracts its > name, number, and stats. > Since program->stats may possibly go away with the program > in the refcounted world I think we should get a reference on the > program here too. > > That observed, it may also be a good idea to get rid of clnt->cl_stats > altogether and use clnt->program->stats instead to prevent any > discrepancy. No. cl_stats are _per_client_ stats. program->stats are per protocol. You can't just substitute one for the other. Trond -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html