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
_______________________________________________
Pvfs2-developers mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers

Reply via email to