summaryrefslogtreecommitdiff
path: root/fs/ceph/ceph_hash.h
AgeCommit message (Collapse)AuthorFilesLines
2010-08-02ceph: clean up header guardsSage Weil1-2/+2
Signed-off-by: Sage Weil <sage@newdream.net>
2009-11-07ceph: make object hash a pg_pool propertySage Weil1-0/+13
The object will be hashed to a placement seed (ps) based on the pg_pool's hash function. This allows new hashes to be introduced into an existing object store, or selection of a hash appropriate to the objects that will be stored in a particular pool. Signed-off-by: Sage Weil <sage@newdream.net>