diff options
author | Sage Weil <sage@newdream.net> | 2009-11-06 16:39:26 -0800 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2009-11-06 16:39:26 -0800 |
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 231a1df5eaf..660e00074d5 100644 --- a/fs/ceph/README +++ b/fs/ceph/README @@ -15,3 +15,4 @@ src/crush/crush.h fs/ceph/crush/crush.h 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 |