commit | 4e794bacc99dcde360cdf64ac031a58192778943 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Nov 11 19:20:50 2018 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Nov 11 19:23:06 2018 -0500 |
tree | b63943f14d5f69a22bf0c4dc99b53388c65559bb | |
parent | e34b72544360f6c1c734000e626e8c1707b7938d [diff] |
don't bother copying ->legacy_data for monolithic case we don't need it - the thing can't be r/o anyway and we'll never need to extend it (mixing monolithic and individual is impossible, extraction of LSM options only shrinks the string in place) Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>