diff options
| author | Petr Pavlu <petr.pavlu@suse.com> | 2026-06-04 13:04:46 +0200 |
|---|---|---|
| committer | Petr Pavlu <petr.pavlu@suse.com> | 2026-07-10 14:26:46 +0200 |
| commit | 5f99e014b960e4ec02922c5bcbe83852ad466c2b (patch) | |
| tree | 8453ed81af12127fab66c8acd2cd6e8ddec310bf /samples/rust | |
| parent | a291595921f6244da4e9f32de7fb25d8422446eb (diff) | |
| download | linux-next-5f99e014b960e4ec02922c5bcbe83852ad466c2b.tar.gz linux-next-5f99e014b960e4ec02922c5bcbe83852ad466c2b.zip | |
module: Remove unnecessary module::args
Historically, various parameter-handling code kept pointers into
module::args, most notably the charp support. However, in 2009,
commit e180a6b7759a ("param: fix charp parameters set via sysfs") changed
charp parameters to kstrdup() the input string as well. As a result,
module::args now mostly wastes memory.
The last users that still pointed into module::args have now been cleaned
up, so remove this data.
Reviewed-by: Aaron Tomlin <atomlin@atomlin.com>
Signed-off-by: Petr Pavlu <petr.pavlu@suse.com>
Diffstat (limited to 'samples/rust')
0 files changed, 0 insertions, 0 deletions
