]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
ceph: cleanup the dir debug log and xattr_version
authorXiubo Li <xiubli@redhat.com>
Thu, 19 Dec 2019 02:15:18 +0000 (21:15 -0500)
committerIlya Dryomov <idryomov@gmail.com>
Fri, 10 Jan 2020 10:11:06 +0000 (11:11 +0100)
commitcd17c453dcbb91916e54df7d2cdd321fc1a58b86
tree18cc617def99cd0e745e00f6ab23f380ce784d82
parentf39cd75b7d53f77fc61a109e3ef85378f7d900c8
ceph: cleanup the dir debug log and xattr_version

In the debug logs about the di->offset or ctx->pos it is in hex
format, but some others are using the dec format. It is a little
hard to read.

For the xattr version, it is u64 type, using a shorter type may
truncate it.

Signed-off-by: Xiubo Li <xiubli@redhat.com>
Signed-off-by: Jeff Layton <jlayton@kernel.org>
fs/ceph/dir.c
fs/ceph/xattr.c