commit | c6cf726316abd613cfb7c325d950f3629f964ec6 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Fri Nov 06 16:39:26 2009 -0800 |
committer | Sage Weil <sage@newdream.net> | Fri Nov 06 16:39:26 2009 -0800 |
tree | 446a686988656a355ee7ff94a43912c94f36ac63 | |
parent | 1bdb70e59026838a79f77c440f8fe480a66e65e8 [diff] [blame] |
ceph: make CRUSH hash functions non-inline 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>
diff --git a/fs/ceph/README b/fs/ceph/README index 231a1df..660e000 100644 --- a/fs/ceph/README +++ b/fs/ceph/README
@@ -15,3 +15,4 @@ src/crush/mapper.c fs/ceph/crush/mapper.c src/crush/mapper.h fs/ceph/crush/mapper.h src/crush/hash.h fs/ceph/crush/hash.h +src/crush/hash.c fs/ceph/crush/hash.c