Hi

I never heard back about these patches. It would be nice if they could
get in tree.

Emmanuel Dreyfus <[email protected]> wrote:

> --6TrnltStXW4iwmi0
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: inline
> 
> Hello
> 
> Thank you everyone for integrating my patches for NetBSD support. 
> Attached is a second round of patches.
> 
> * af.patch
> Makes sure glusterfsd listen on the same address family as glusterd does.
> 
> * netbsd-buildfix.patch 
> Adds an #include to fix the build (missing sigemptyset/sigaddset)
> 
> * netbsd-extattr.patch
> Make sure .attribute extended attribute backing store for NetBSD's UFS1
> filesystem  is not distributed in glusterfs volume (that hurts!)
> 
> * o_directory.patch 
> On some systems, O_DIRECTORY is unused and we #define it as 0, hence 
> ((flags & O_DIRECTORY) == O_DIRECTORY) always evaluate to true. Use 
> (flags & O_DIRECTORY) instead.
> 
> Every diff is against todays' git. 


-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
[email protected]

_______________________________________________
Gluster-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/gluster-devel

Reply via email to