2.3.0 RC1, revised .../SAL/nfs4_state_id.c.patch

This commit is contained in:
Kaleb S. KEITHLEY 2015-09-11 17:47:42 -04:00
parent ba28275c85
commit a750c36f6b
2 changed files with 6 additions and 3 deletions

View File

@ -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);

View File

@ -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 <kkeithle at redhat.com> 2.3.0RC1-1
* Fri Sep 11 2015 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.3.0-0.2rc1
- 2.3.0 RC1, revised .../SAL/nfs4_state_id.c.patch
* Wed Sep 9 2015 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.3.0-0.1rc1
- 2.3.0 RC1
* Sat Aug 29 2015 Niels de Vos <ndevos@redhat.com> 2.2.0-6