gluster-devel
[Top][All Lists]
Advanced

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

[Gluster-devel] [PATCH] NetBSD patches, second round


From: Emmanuel Dreyfus
Subject: [Gluster-devel] [PATCH] NetBSD patches, second round
Date: Tue, 5 Jul 2011 09:12:26 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

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
address@hidden

Attachment: af.patch
Description: Text document

Attachment: netbsd-buildfix.patch
Description: Text document

Attachment: netbsd-extattr.patch
Description: Text document

Attachment: o_directory.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]