[PATCH v5] vfs, security: Fix automount superblock LSM init problem, preventing NFS sb sharing

David Howells dhowells at redhat.com
Tue Sep 6 16:01:50 UTC 2022


Jeff Layton <jlayton at kernel.org> wrote:

> If this or the other allocations below fail, do you need to free the
> prior ones here? Or do they automagically get cleaned up somehow?

Once the fs_context is allocated, it will always get cleaned up with
put_fs_context(), which will dispose of the partially constructed
smack_mnt_opts struct.

David



More information about the Linux-security-module-archive mailing list