]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crush: eliminate CRUSH_MAX_SET result size limitation
authorSage Weil <sage@inktank.com>
Sun, 11 Aug 2013 21:19:11 +0000 (14:19 -0700)
committerSage Weil <sage@inktank.com>
Tue, 3 Dec 2013 22:41:24 +0000 (14:41 -0800)
commit1cfe140bf2dab99517589a82a916f4c75b9492d1
tree6b69096980a6f64c111e69fbbef1afad0a3ad40e
parente94ca0bd9cf3bc38a1c0acdac6e9ed4aa53dc9c3
crush: eliminate CRUSH_MAX_SET result size limitation

This is only present to size the temporary scratch arrays that we put on
the stack.  Let the caller allocate them as they wish and remove the
limitation.

Signed-off-by: Sage Weil <sage@inktank.com>
src/crush/CrushWrapper.h
src/crush/crush.h
src/crush/mapper.c
src/crush/mapper.h