]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
filestore: use strtoull (unsigned) instead of strtoll when parsing object names,...
authorSage Weil <sage@newdream.net>
Wed, 29 Oct 2008 18:15:17 +0000 (11:15 -0700)
committerSage Weil <sage@newdream.net>
Wed, 29 Oct 2008 18:15:17 +0000 (11:15 -0700)
commitc301ac9b8acb7854503c5e7c67ef60ec443c82cc
treecb94c6c38b9be336257135afb165db309caece6f
parentc20745e6f7ce40e6d1445c040fdfcf04e6184573
filestore: use strtoull (unsigned) instead of strtoll when parsing object names, etc.

Otherwise we fall over on CEPH_NOSNAP (-2), notably.
src/os/FileStore.cc