]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
ceph: crypto context handling for ceph
authorJeff Layton <jlayton@kernel.org>
Mon, 27 Jul 2020 14:16:09 +0000 (10:16 -0400)
committerJeff Layton <jlayton@kernel.org>
Tue, 7 Dec 2021 15:32:46 +0000 (10:32 -0500)
commitc2e2c8e7a2ca4d9d2dedd1980473ff7119419d81
tree3fc140ac21667c6bdf65096b3b3ceed433cfebb9
parent0eda171c505894163dd44779fa4a33c0de7dcee8
ceph: crypto context handling for ceph

Have set_context do a setattr that sets the fscrypt_auth value, and
get_context just return the contents of that field.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
fs/ceph/Makefile
fs/ceph/crypto.c [new file with mode: 0644]
fs/ceph/crypto.h [new file with mode: 0644]
fs/ceph/inode.c
fs/ceph/super.c