On 04/28/2015 01:40 PM, Emmanuel Dreyfus wrote:
On Tue, Apr 28, 2015 at 01:37:42PM +0530, Anand Nekkunti wrote:
        __asm__ is for to write assembly code in c (gcc), __volatile__(:::)
compiler level  barrier to force the compiler not to do reorder the
instructions(to avoid optimization ) .
Sure, but the gory details should be of no interest to the developer
engaged in debug: if it crashes this is probably because it is called
with wrong arguments, hence the question:
  ccing gluster-devel
         new_peer->generation = uatomic_add_return (&conf->generation, 1);
Are new_peer->generation and conf->generation sane?

_______________________________________________
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel

Reply via email to