commit | 78fe0e1dcfdd16e20922b26ee4addeab3367392e | [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:22:58 2018 -0500 |
tree | 9a63ce05fdc0fa49dcfd05924c54daaf49905ba0 | |
parent | d8a6e3af431b90fbe4ec481b63731a4605526cec [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>