From: Xiubo Li <xiubli@xxxxxxxxxx> V3: - print the function name as default in the *_client() helpers - some minor improvment in the log messages. Xiubo Li (6): ceph: add the *_client debug macros support ceph: pass the mdsc to several helpers ceph: rename _to_client() to _to_fs_client() ceph: move mdsmap.h to fs/ceph/ ceph: add ceph_inode_to_client() helper support ceph: print the client global_id in all the debug logs fs/ceph/acl.c | 6 +- fs/ceph/addr.c | 307 ++++++----- fs/ceph/cache.c | 2 +- fs/ceph/caps.c | 805 ++++++++++++++++------------ fs/ceph/crypto.c | 44 +- fs/ceph/debugfs.c | 10 +- fs/ceph/dir.c | 241 +++++---- fs/ceph/export.c | 52 +- fs/ceph/file.c | 283 ++++++---- fs/ceph/inode.c | 547 +++++++++++-------- fs/ceph/ioctl.c | 21 +- fs/ceph/locks.c | 60 ++- fs/ceph/mds_client.c | 646 ++++++++++++---------- fs/ceph/mds_client.h | 5 +- fs/ceph/mdsmap.c | 29 +- {include/linux => fs}/ceph/mdsmap.h | 5 +- fs/ceph/metric.c | 5 +- fs/ceph/quota.c | 29 +- fs/ceph/snap.c | 199 ++++--- fs/ceph/super.c | 92 ++-- fs/ceph/super.h | 19 +- fs/ceph/xattr.c | 110 ++-- include/linux/ceph/ceph_debug.h | 44 +- 23 files changed, 2088 insertions(+), 1473 deletions(-) rename {include/linux => fs}/ceph/mdsmap.h (92%) -- 2.40.1