efivarfs: Free s_fs_info on unmount
authorArd Biesheuvel <ardb@kernel.org>
Fri, 8 Dec 2023 16:39:28 +0000 (17:39 +0100)
committerArd Biesheuvel <ardb@kernel.org>
Mon, 11 Dec 2023 10:19:17 +0000 (11:19 +0100)
commit547713d502f7b4b8efccd409cff84d731a23853b
treeb75079bd8442dfe0c46436edbf89a57b6d71e3d0
parentd28076ddda34d13aee675fbed52e3275af00f64d
efivarfs: Free s_fs_info on unmount

Now that we allocate a s_fs_info struct on fs context creation, we
should ensure that we free it again when the superblock goes away.

Fixes: 5329aa5101f7 ("efivarfs: Add uid/gid mount options")
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
fs/efivarfs/super.c