| commit | e5b01ded20c0940be9ed58ffc4b1301450a3f408 | [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:01 2018 -0500 | 
| tree | b18096c16450b2b45a4a3d772630fc5fa953929c | |
| parent | 5c3913f5db17a3a6b39338aff302825dd598ef55 [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>