commit | 6c0f3af72cb1622a66962a1180c36ef8c41be8e2 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Tue Nov 16 11:14:34 2010 -0800 |
committer | Sage Weil <sage@newdream.net> | Wed Jan 12 15:15:12 2011 -0800 |
tree | 66e415bf31ea31a3e9360c0ce624fd20b6050c89 | |
parent | 3c0eee3fe6a3a1c745379547c7e7c904aa64f6d5 [diff] |
ceph: add dir_layout to inode Add a ceph_dir_layout to the inode, and calculate dentry hash values based on the parent directory's specified dir_hash function. This is needed because the old default Linux dcache hash function is extremely week and leads to a poor distribution of files among dir fragments. Signed-off-by: Sage Weil <sage@newdream.net>