From a750c36f6bd780d3fbaa7535a607222c257a4d8a Mon Sep 17 00:00:00 2001 From: Kaleb S. KEITHLEY Date: Sep 11 2015 21:47:42 +0000 Subject: 2.3.0 RC1, revised .../SAL/nfs4_state_id.c.patch --- diff --git a/nfs-ganesha-2.3rc1-jumbo.patch b/nfs-ganesha-2.3rc1-jumbo.patch index 42a84fa..f30c1b0 100644 --- a/nfs-ganesha-2.3rc1-jumbo.patch +++ b/nfs-ganesha-2.3rc1-jumbo.patch @@ -658,7 +658,7 @@ + (uint32_t) pkey->state_owner->so_type - + (uint32_t) (uint64_t) pkey->state_entry) - % (uint32_t) hparam->index_size; -+ + ((uintptr_t) pkey->state_entry) % (uint32_t) hparam->index_size); ++ + ((uintptr_t) pkey->state_entry)) % (uint32_t) hparam->index_size; if (isDebug(COMPONENT_HASHTABLE)) LogFullDebug(COMPONENT_STATE, "value = %" PRIu32, res); diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec index e191da4..f14e710 100644 --- a/nfs-ganesha.spec +++ b/nfs-ganesha.spec @@ -79,7 +79,7 @@ Name: nfs-ganesha Version: 2.3.0 -Release: 0.1%{?dev_version:%{dev_version}}%{?dist} +Release: 0.2%{?dev_version:%{dev_version}}%{?dist} Summary: NFS-Ganesha is a NFS Server running in user space Group: Applications/System License: LGPLv3+ @@ -582,7 +582,10 @@ mv %{buildroot}/usr%{_sysconfdir}/ganesha/ganesha.conf %{buildroot}%{_sysconfdir %endif %changelog -* Wed Sep 9 2015 Kaleb S. KEITHLEY 2.3.0RC1-1 +* Fri Sep 11 2015 Kaleb S. KEITHLEY 2.3.0-0.2rc1 +- 2.3.0 RC1, revised .../SAL/nfs4_state_id.c.patch + +* Wed Sep 9 2015 Kaleb S. KEITHLEY 2.3.0-0.1rc1 - 2.3.0 RC1 * Sat Aug 29 2015 Niels de Vos 2.2.0-6