Ilya Dryomov 278b1d709c 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>
2017-07-07 17:25:18 +02:00
..
2017-04-12 22:02:40 +02:00
2017-05-19 15:06:48 -07:00
2017-07-07 17:25:18 +02:00
2017-06-12 15:21:20 -04:00
2017-06-13 13:34:13 -04:00
2017-06-01 11:49:39 -04:00
2017-04-21 15:29:40 -04:00