Branch next
Tag:V4-dev.60
Merge Highlights
* fix various build and compile issues
* v4_recovery: off-by-one error, v4_recov_dir is truncated
* ClientID - Add an upper limit on the number of ClientIDs.
* Don't kill mdache entry on error delay
* Stats - Prevent RPC time from going negative.
Signed-off-by: Frank S. Filz <ffilzlnx@mindspring.com>
Contents:
5115fcc50 Frank S. Filz V4-dev.60
1261b7f31 Pradeep Stats - Prevent RPC time from going negative.
1ebec8701 Suhrud Patankar Don't kill mdache entry on error delay
b146e7cca Pradeep ClientID - Add an upper limit on the number of ClientIDs.
43dbe8155 Frank S. Filz Allow building rados_grace with ASAN
dbf74d640 Frank S. Filz Initialize some avl tree keys to 0 to avoid uninitialized error
5e987a174 Kaleb S. KEITHLEY v4_recovery: off-by-one error, v4_recov_dir is truncated
83d2f5037 Frank S. Filz multilock: fix compile warning due to ignoring snprintf return