diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2017-06-21 17:27:17 +0200 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2017-07-07 17:25:18 +0200 |
commit | 278b1d709c6acc6f7d138fed775c76695b068e43 (patch) | |
tree | b09bfb75761ff13c956e310834c34e25e34576ba /net/ceph/debugfs.c | |
parent | libceph: kill __{insert,lookup,remove}_pg_mapping() (diff) | |
download | linux-278b1d709c6acc6f7d138fed775c76695b068e43.tar.xz linux-278b1d709c6acc6f7d138fed775c76695b068e43.zip |
libceph: ceph_decode_skip_* helpers
Some of these won't be as efficient as they could be (e.g.
ceph_decode_skip_set(... 32 ...) could advance by len * sizeof(u32)
once instead of advancing by sizeof(u32) len times), but that's fine
and not worth a bunch of extra macro code.
Replace skip_name_map() with ceph_decode_skip_map as an example.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'net/ceph/debugfs.c')
0 files changed, 0 insertions, 0 deletions