diff options
author | Jeff Layton <jlayton@kernel.org> | 2020-01-06 19:05:19 -0500 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2020-01-27 16:53:40 +0100 |
commit | 24604f7e2bde5e6458812c3e9ee2a0d60c8c99fe (patch) | |
tree | ff7b6d8492c7c9bfd1af17a62182b7f5fcf3cfe2 /net/ceph/Makefile | |
parent | d36e0b620aa53d9a33c739f0368e85707a997430 (diff) | |
download | linux-stable-24604f7e2bde5e6458812c3e9ee2a0d60c8c99fe.tar.gz linux-stable-24604f7e2bde5e6458812c3e9ee2a0d60c8c99fe.tar.bz2 linux-stable-24604f7e2bde5e6458812c3e9ee2a0d60c8c99fe.zip |
ceph: move net/ceph/ceph_fs.c to fs/ceph/util.c
All of these functions are only called from CephFS, so move them into
ceph.ko, and drop the exports.
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'net/ceph/Makefile')
-rw-r--r-- | net/ceph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ceph/Makefile b/net/ceph/Makefile index 59d0ba2072de..ce09bb4fb249 100644 --- a/net/ceph/Makefile +++ b/net/ceph/Makefile @@ -13,5 +13,5 @@ libceph-y := ceph_common.o messenger.o msgpool.o buffer.o pagelist.o \ auth.o auth_none.o \ crypto.o armor.o \ auth_x.o \ - ceph_fs.o ceph_strings.o ceph_hash.o \ + ceph_strings.o ceph_hash.o \ pagevec.o snapshot.o string_table.o |