summaryrefslogtreecommitdiffstats
path: root/fs/ceph/README
diff options
context:
space:
mode:
authorSage Weil2009-11-07 01:39:26 +0100
committerSage Weil2009-11-07 01:39:26 +0100
commitc6cf726316abd613cfb7c325d950f3629f964ec6 (patch)
tree446a686988656a355ee7ff94a43912c94f36ac63 /fs/ceph/README
parentceph: clean up 'osd%d down' console msg (diff)
downloadkernel-qcow2-linux-c6cf726316abd613cfb7c325d950f3629f964ec6.tar.gz
kernel-qcow2-linux-c6cf726316abd613cfb7c325d950f3629f964ec6.tar.xz
kernel-qcow2-linux-c6cf726316abd613cfb7c325d950f3629f964ec6.zip
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/README1
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
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