aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/ceph/Makefile
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2009-11-06 16:39:26 -0800
committerSage Weil <sage@newdream.net>2009-11-06 16:39:26 -0800
commitc6cf726316abd613cfb7c325d950f3629f964ec6 (patch)
tree446a686988656a355ee7ff94a43912c94f36ac63 /fs/ceph/Makefile
parentceph: clean up 'osd%d down' console msg (diff)
downloadwireguard-linux-c6cf726316abd613cfb7c325d950f3629f964ec6.tar.xz
wireguard-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/Makefile')
-rw-r--r--fs/ceph/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/Makefile b/fs/ceph/Makefile
index 7da6d69dba29..8bad70aac363 100644
--- a/fs/ceph/Makefile
+++ b/fs/ceph/Makefile
@@ -11,7 +11,7 @@ ceph-objs := super.o inode.o dir.o file.o addr.o ioctl.o \
messenger.o msgpool.o buffer.o \
mds_client.o mdsmap.o \
mon_client.o \
- osd_client.o osdmap.o crush/crush.o crush/mapper.o \
+ osd_client.o osdmap.o crush/crush.o crush/mapper.o crush/hash.o \
debugfs.o \
ceph_fs.o ceph_strings.o ceph_frag.o