]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
include/cephfs/types.h: move JSON methods to json.h
authorMax Kellermann <max.kellermann@ionos.com>
Fri, 25 Oct 2024 16:04:27 +0000 (18:04 +0200)
committerVenky Shankar <vshankar@redhat.com>
Tue, 22 Jul 2025 05:11:00 +0000 (10:41 +0530)
commit8244685cb3826072b955aa5f46c92bfea6881bfd
treeeb311834231377d6f1f557cf6fc5f22184139f99
parentc914920e6bff787dce75d76deb4afad2aed45c58
include/cephfs/types.h: move JSON methods to json.h

This eliminates the heavy header dependency on ceph_json.h from most
includers.

Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/include/cephfs/json.h [new file with mode: 0644]
src/include/cephfs/types.h
src/mds/CInode.cc