diff options
author | Sage Weil <sage@newdream.net> | 2009-11-06 19:39:26 -0500 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2009-11-06 19:39:26 -0500 |
commit | c6cf726316abd613cfb7c325d950f3629f964ec6 (patch) | |
tree | 446a686988656a355ee7ff94a43912c94f36ac63 /fs/ceph/README | |
parent | 1bdb70e59026838a79f77c440f8fe480a66e65e8 (diff) |
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>
Diffstat (limited to 'fs/ceph/README')
-rw-r--r-- | fs/ceph/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ceph/README b/fs/ceph/README index 231a1df5eafe..660e00074d59 100644 --- a/fs/ceph/README +++ b/fs/ceph/README | |||
@@ -15,3 +15,4 @@ src/crush/crush.h fs/ceph/crush/crush.h | |||
15 | src/crush/mapper.c fs/ceph/crush/mapper.c | 15 | src/crush/mapper.c fs/ceph/crush/mapper.c |
16 | src/crush/mapper.h fs/ceph/crush/mapper.h | 16 | src/crush/mapper.h fs/ceph/crush/mapper.h |
17 | src/crush/hash.h fs/ceph/crush/hash.h | 17 | src/crush/hash.h fs/ceph/crush/hash.h |
18 | src/crush/hash.c fs/ceph/crush/hash.c | ||