summaryrefslogtreecommitdiff
path: root/fs/ceph/crush/hash.c
AgeCommit message (Collapse)Author
2009-11-08ceph: make CRUSH hash function a bucket propertySage Weil
Make the integer hash function a property of the bucket it is used on. This allows us to gracefully add support for new hash functions without starting from scatch. Signed-off-by: Sage Weil <sage@newdream.net>
2009-11-07ceph: make CRUSH hash functions non-inlineSage Weil
These are way to big to be inline. I missed crush/* when doing the inline audit for akpm's review. Signed-off-by: Sage Weil <sage@newdream.net>