[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gluster-devel] [PATCH] NetBSD patches, second round
From: |
Emmanuel Dreyfus |
Subject: |
Re: [Gluster-devel] [PATCH] NetBSD patches, second round |
Date: |
Wed, 10 Aug 2011 21:38:07 +0200 |
User-agent: |
MacSOUP/2.7 (unregistered for 1664 days) |
Hi
I never heard back about these patches. It would be nice if they could
get in tree.
Emmanuel Dreyfus <address@hidden> 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
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Gluster-devel] [PATCH] NetBSD patches, second round,
Emmanuel Dreyfus <=