Re: [Solved] Re: Unable to get volume name (GlusterFS 3.3 on Solaris 11)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,
> Thank you for your investigation of this. Would you like to help us make sure that GlusterFS works cleanly on 64-bit SPARC?
>
> -JM
>
Thanks for your warm comments. I'll be glad for it when I have spare time. And I may need take some time to be familiar with gluster development workflow . I come here just for fun:)

I'm sorry, yesterday I made a mistake in replacing "get16bits" on SPARC, the code should be:

static inline uint16_t get16bits(const char *data)
{
  return  ((*data & 0x00ffU) | ((*(data+1) & 0x00ffU) << 8)); 
}

Thanks,
Xinfeng Liu

[Index of Archives]     [Gluster Users]     [Ceph Users]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux