bcachefs: Switch to key_type_user, not logon
authorKent Overstreet <kent.overstreet@gmail.com>
Sat, 14 May 2022 11:00:22 +0000 (07:00 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:32 +0000 (17:09 -0400)
commit232697ab9ded81d56afa8a2e47edb48deea5f9e6
treead187b1524d594918dfa8434890974bc50515da5
parentd8a161ad5493016aa6eba8853990456aa78316c9
bcachefs: Switch to key_type_user, not logon

The only difference key_type_logon and key_type_user is that
key_type_logon keys can't be read by userspace.

However, userspace has actually been adding keys to both the logon and
user keychains, because userspace fsck requires the keychain interface -
so we might as well just use user and drop the logon keychain.

Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
fs/bcachefs/checksum.c