]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/home/homework-fscrypt.h
homework: make sure fscrypt backend takes a HomeSetup object for all calls
authorLennart Poettering <lennart@poettering.net>
Thu, 21 Oct 2021 11:46:01 +0000 (13:46 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 27 Oct 2021 20:05:02 +0000 (22:05 +0200)
commit655807f572def087d230e22659ccd9a45cccf77b
tree127b23a09b6e0a8a198e93460e94aa981af92d36
parentd5bb2b0375b04449401cd43855722b60a4dcccd4
homework: make sure fscrypt backend takes a HomeSetup object for all calls

Similar to the same chage we did for the directory backend. Let's always
path the setup context object, i.e. HomeSetup, and store whatever we set
up in there.

No actual change in behaviour.
src/home/homework-fscrypt.c
src/home/homework-fscrypt.h
src/home/homework.c