Any volunteers for adopting these patches into gerrit?<div><br></div><div>Avati<br><br><div class="gmail_quote">On Tue, Sep 25, 2012 at 9:40 AM, Jan Engelhardt <span dir="ltr">&lt;<a href="mailto:jengelh@inai.de" target="_blank">jengelh@inai.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
This patchset of 15 obsoletes the earlier set of 6<br>
(<a href="http://lists.nongnu.org/archive/html/gluster-devel/2012-09/msg00066.html" target="_blank">http://lists.nongnu.org/archive/html/gluster-devel/2012-09/msg00066.html</a> )<br>
<br>
----<br>
<br>
The following changes since commit 373b25827f0250d11461fbe76dd6a0e295069171:<br>
<br>
  core: enable process to return the appropriate error code (2012-09-21 20:43:05 -0700)<br>
<br>
are available in the git repository at:<br>
<br>
  git://<a href="http://git.inai.de/glusterfs" target="_blank">git.inai.de/glusterfs</a> master<br>
<br>
for you to fetch changes up to b4b0bb38a01037df70e629a6ba8c195205ca9c27:<br>
<br>
  build: make use of system libuuid (2012-09-25 17:54:27 +0200)<br>
<br>
----------------------------------------------------------------<br>
Jan Engelhardt (15):<br>
      build: add missing GF_CFLAGS in api/src/<br>
      build: add missing backslash in api/src/<br>
      build: more efficient clean<br>
      init.d: use proper dependencies in SUSE init script<br>
      init.d: implement reload action for SUSE init script<br>
      build: consolidate common compilation flags into one variable<br>
      build: replace INCLUDES by CPPFLAGS<br>
      build: fix a typo in the python xlator Makefile<br>
      build: remove two no-op lines from rdma Makefile<br>
      build: remove -nostartfiles flag<br>
      build: remove useless explicit -fPIC -shared from CFLAGS<br>
      build: move -L arguments out of CFLAGS<br>
      build: split CPPFLAGS from CFLAGS<br>
      build: libraries must be in LDADD/LIBADD<br>
      build: make use of system libuuid<br>
<br>
 Makefile.am                                       |    6 +-<br>
 api/src/Makefile.am                               |   15 +-<br>
 cli/src/Makefile.am                               |   11 +-<br>
 <a href="http://configure.ac" target="_blank">configure.ac</a>                                      |   20 +-<br>
 contrib/fuse-util/Makefile.am                     |    4 +-<br>
 extras/init.d/glusterd-SuSE.in                    |   10 +-<br>
 glusterfsd/src/Makefile.am                        |   10 +-<br>
 libglusterfs/src/Makefile.am                      |   36 ++--<br>
 libglusterfs/src/common-utils.h                   |    2 +-<br>
 libglusterfs/src/iatt.h                           |    2 +-<br>
 libglusterfs/src/inode.h                          |    2 +-<br>
 rpc/rpc-lib/src/Makefile.am                       |    5 +-<br>
 rpc/rpc-transport/rdma/src/Makefile.am            |    8 +-<br>
 rpc/rpc-transport/socket/src/Makefile.am          |   10 +-<br>
 rpc/xdr/src/Makefile.am                           |    5 +-<br>
 xlators/bindings/python/src/Makefile.am           |    8 +-<br>
 xlators/cluster/afr/src/Makefile.am               |   12 +-<br>
 xlators/cluster/dht/src/Makefile.am               |   14 +-<br>
 xlators/cluster/ha/src/Makefile.am                |    5 +-<br>
 xlators/cluster/map/src/Makefile.am               |    5 +-<br>
 xlators/cluster/stripe/src/Makefile.am            |    8 +-<br>
 xlators/debug/error-gen/src/Makefile.am           |    5 +-<br>
 xlators/debug/io-stats/src/Makefile.am            |    8 +-<br>
 xlators/debug/trace/src/Makefile.am               |    5 +-<br>
 xlators/encryption/rot-13/src/Makefile.am         |    5 +-<br>
 xlators/features/filter/src/Makefile.am           |    5 +-<br>
 xlators/features/index/src/Makefile.am            |    9 +-<br>
 xlators/features/locks/src/Makefile.am            |    6 +-<br>
 xlators/features/mac-compat/src/Makefile.am       |    5 +-<br>
 xlators/features/marker/src/Makefile.am           |    9 +-<br>
 xlators/features/marker/src/marker.h              |    2 +-<br>
 xlators/features/marker/utils/src/Makefile.am     |    8 +-<br>
 xlators/features/marker/utils/src/gsyncd          |  210 +++++++++++++++++++++<br>
 xlators/features/path-convertor/src/Makefile.am   |    5 +-<br>
 xlators/features/quiesce/src/Makefile.am          |    5 +-<br>
 xlators/features/quota/src/Makefile.am            |    8 +-<br>
 xlators/features/read-only/src/Makefile.am        |    5 +-<br>
 xlators/features/trash/src/Makefile.am            |    5 +-<br>
 xlators/meta/src/Makefile.am                      |    5 +-<br>
 xlators/mgmt/glusterd/src/Makefile.am             |   15 +-<br>
 xlators/mgmt/glusterd/src/glusterd-op-sm.c        |    2 +-<br>
 xlators/mgmt/glusterd/src/glusterd-op-sm.h        |    2 +-<br>
 xlators/mgmt/glusterd/src/glusterd-pmap.h         |    2 +-<br>
 xlators/mgmt/glusterd/src/glusterd-sm.c           |    2 +-<br>
 xlators/mgmt/glusterd/src/glusterd-sm.h           |    2 +-<br>
 xlators/mgmt/glusterd/src/glusterd-store.h        |    2 +-<br>
 xlators/mgmt/glusterd/src/glusterd-utils.h        |    2 +-<br>
 xlators/mgmt/glusterd/src/glusterd.c              |    2 +-<br>
 xlators/mgmt/glusterd/src/glusterd.h              |    2 +-<br>
 xlators/mount/fuse/src/Makefile.am                |    9 +-<br>
 xlators/nfs/server/src/Makefile.am                |   13 +-<br>
 xlators/nfs/server/src/mount3.h                   |    2 +-<br>
 xlators/nfs/server/src/nfs-common.h               |    2 +-<br>
 xlators/nfs/server/src/nfs3-fh.h                  |    2 +-<br>
 xlators/nfs/server/src/nlm4.h                     |    2 +-<br>
 xlators/performance/io-cache/src/Makefile.am      |    6 +-<br>
 xlators/performance/io-threads/src/Makefile.am    |    5 +-<br>
 xlators/performance/md-cache/src/Makefile.am      |    9 +-<br>
 xlators/performance/quick-read/src/Makefile.am    |    8 +-<br>
 xlators/performance/read-ahead/src/Makefile.am    |    5 +-<br>
 xlators/performance/symlink-cache/src/Makefile.am |    5 +-<br>
 xlators/performance/write-behind/src/Makefile.am  |    5 +-<br>
 xlators/protocol/auth/addr/src/Makefile.am        |    6 +-<br>
 xlators/protocol/auth/login/src/Makefile.am       |    5 +-<br>
 xlators/protocol/client/src/Makefile.am           |    9 +-<br>
 xlators/protocol/server/src/Makefile.am           |   13 +-<br>
 xlators/storage/posix/src/Makefile.am             |   12 +-<br>
 xlators/system/posix-acl/src/Makefile.am          |    8 +-<br>
 68 files changed, 487 insertions(+), 180 deletions(-)<br>
 create mode 100755 xlators/features/marker/utils/src/gsyncd<br>
<br>
_______________________________________________<br>
Gluster-devel mailing list<br>
<a href="mailto:Gluster-devel@nongnu.org">Gluster-devel@nongnu.org</a><br>
<a href="https://lists.nongnu.org/mailman/listinfo/gluster-devel" target="_blank">https://lists.nongnu.org/mailman/listinfo/gluster-devel</a><br>
</blockquote></div><br></div>