diff options
author | Sage Weil <sage@newdream.net> | 2009-11-06 21:55:25 -0800 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2009-11-06 21:55:25 -0800 |
commit | 1654dd0cf5ee1827322aca156af7d96d757201c7 (patch) | |
tree | ba71b1a1e214b929937f02a1794b3d32b8ff1342 /fs/ceph/Makefile | |
parent | cfbbcd24a6bfd794295ee7ad76dfbff40ad6b934 (diff) | |
download | kernel_samsung_smdk4412-1654dd0cf5ee1827322aca156af7d96d757201c7.zip kernel_samsung_smdk4412-1654dd0cf5ee1827322aca156af7d96d757201c7.tar.gz kernel_samsung_smdk4412-1654dd0cf5ee1827322aca156af7d96d757201c7.tar.bz2 |
ceph: make object hash a pg_pool property
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>
Diffstat (limited to 'fs/ceph/Makefile')
-rw-r--r-- | fs/ceph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/Makefile b/fs/ceph/Makefile index 8bad70a..bdd3e6f 100644 --- a/fs/ceph/Makefile +++ b/fs/ceph/Makefile @@ -13,7 +13,7 @@ ceph-objs := super.o inode.o dir.o file.o addr.o ioctl.o \ mon_client.o \ osd_client.o osdmap.o crush/crush.o crush/mapper.o crush/hash.o \ debugfs.o \ - ceph_fs.o ceph_strings.o ceph_frag.o + ceph_fs.o ceph_strings.o ceph_hash.o ceph_frag.o else #Otherwise we were called directly from the command |