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/Makefile | |
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/Makefile')
-rw-r--r-- | fs/ceph/Makefile | 2 |
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 \ | |||
11 | messenger.o msgpool.o buffer.o \ | 11 | messenger.o msgpool.o buffer.o \ |
12 | mds_client.o mdsmap.o \ | 12 | mds_client.o mdsmap.o \ |
13 | mon_client.o \ | 13 | mon_client.o \ |
14 | osd_client.o osdmap.o crush/crush.o crush/mapper.o \ | 14 | osd_client.o osdmap.o crush/crush.o crush/mapper.o crush/hash.o \ |
15 | debugfs.o \ | 15 | debugfs.o \ |
16 | ceph_fs.o ceph_strings.o ceph_frag.o | 16 | ceph_fs.o ceph_strings.o ceph_frag.o |
17 | 17 | ||