commit | 045100cd79f503487b95a1d11e96b221fe50693c | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@kernel.org> | Fri Nov 15 09:13:59 2019 -0500 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Jan 27 16:53:40 2020 +0100 |
tree | 7e2ae4c3f5ebd1c355271eb7dc2a7b4214b8655f | |
parent | a55e601b2f02df5db7070e9a37bd655c9c576a52 [diff] |
ceph: close holes in structs ceph_mds_session and ceph_mds_request Move s_ref up to plug a 4 byte hole, which plugs another. Move r_kref to shave 8 bytes off per request on x86_64. Signed-off-by: Jeff Layton <jlayton@kernel.org> Reviewed-by: "Yan, Zheng" <zyan@redhat.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>