Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ceph: make CRUSH hash function a bucket property | Sage Weil | 2009-11-07 |
| | | | | | | | | 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> | ||
* | ceph: make CRUSH hash functions non-inline | Sage Weil | 2009-11-06 |
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> |