[Gluster-devel] [PATCH] NetBSD patches, second round
Emmanuel Dreyfus
manu at netbsd.org
Fri Jul 8 15:10:49 UTC 2011
Just a reminder about theses 3 pending patches.
Emmanuel Dreyfus <manu at netbsd.org> 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
manu at netbsd.org
More information about the Gluster-devel
mailing list