diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2018-02-17 10:41:20 +0100 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2018-04-02 10:12:43 +0200 |
commit | 08c1ac508b6dc20ac866e7cdb7279245437c7d26 (patch) | |
tree | 5b1eee491292e772b446ceba9729fb6ba4d899f1 /net/ceph/osd_client.c | |
parent | ed0811d2d243c4195580a9671266031907c02ca7 (diff) | |
download | linux-08c1ac508b6dc20ac866e7cdb7279245437c7d26.tar.bz2 |
libceph, ceph: move ceph_calc_file_object_mapping() to striper.c
ceph_calc_file_object_mapping() has nothing to do with osdmaps.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'net/ceph/osd_client.c')
-rw-r--r-- | net/ceph/osd_client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ceph/osd_client.c b/net/ceph/osd_client.c index 407be0533c18..4a3af96dc057 100644 --- a/net/ceph/osd_client.c +++ b/net/ceph/osd_client.c @@ -20,6 +20,7 @@ #include <linux/ceph/decode.h> #include <linux/ceph/auth.h> #include <linux/ceph/pagelist.h> +#include <linux/ceph/striper.h> #define OSD_OPREPLY_FRONT_LEN 512 |