[Pvfs2-developers] patches: misc. bug fixes

Phil Carns pcarns at wastedcycles.org
Wed Oct 3 14:55:40 EDT 2007


> Looks great as well! Nice fix!
> Is it enough to just do
> tmp_pos = readdir_session; instead of +=?

Maybe?  Assignment was definitely the intent, so what you suggest would 
certainly look more reasonable.  I think I may have been trying to avoid 
a warning on some systems when assigning from a 32 bit to a 64 bit 
variable.  Even if there is a warning in that case, though, there is 
probably a nicer way to dodge it than using an arithmetic operator.

-Phil


More information about the Pvfs2-developers mailing list