commit | 7882a26d2e2e520099e2961d5e2e870f8e4172dc | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Fri Dec 02 16:35:07 2016 +0100 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Dec 12 23:09:19 2016 +0100 |
tree | be084fd64e02745bf8ab5de2c697517467a11c34 | |
parent | a45f795c65b479b4ba107b6ccde29b896d51ee98 [diff] |
libceph: rename and align ceph_x_authorizer::reply_buf It's going to be used as a temporary buffer for in-place en/decryption with ceph_crypt() instead of on-stack buffers, so rename to enc_buf. Ensure alignment to avoid GFP_ATOMIC allocations in the crypto stack. Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Reviewed-by: Sage Weil <sage@redhat.com>