Skip to content

Commit 522dc51

Browse files
lxbszidryomov
authored andcommitted
libceph, ceph: move mdsmap.h to fs/ceph
The mdsmap.h is only used by CephFS, so move it to fs/ceph. Signed-off-by: Xiubo Li <xiubli@redhat.com> Reviewed-by: Ilya Dryomov <idryomov@gmail.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
1 parent 38d4640 commit 522dc51

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

fs/ceph/mds_client.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
#include <linux/ceph/types.h>
1616
#include <linux/ceph/messenger.h>
17-
#include <linux/ceph/mdsmap.h>
1817
#include <linux/ceph/auth.h>
1918

19+
#include "mdsmap.h"
2020
#include "metric.h"
2121
#include "super.h"
2222

fs/ceph/mdsmap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
#include <linux/slab.h>
88
#include <linux/types.h>
99

10-
#include <linux/ceph/mdsmap.h>
1110
#include <linux/ceph/messenger.h>
1211
#include <linux/ceph/decode.h>
1312

13+
#include "mdsmap.h"
1414
#include "mds_client.h"
1515
#include "super.h"
1616

0 commit comments

Comments
 (0)