Skip to content
Snippets Groups Projects
Commit de93e515 authored by Casey Schaufler's avatar Casey Schaufler
Browse files

Smack: Improve mount process memory use


The existing mount processing code in Smack makes many unnecessary
copies of Smack labels. Because Smack labels never go away once
imported it is safe to use pointers to them rather than copies.
Replace the use of copies of label names to pointers to the global
label list entries.

Signed-off-by: default avatarCasey Schaufler <casey@schaufler-ca.com>
parent 502a29b0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment