commit | 81a0abd9f213704fbeeea1550ff202000e3c3cdf | [log] [tgz] |
---|---|---|
author | Jessica Yu <jeyu@kernel.org> | Fri Jun 22 13:59:29 2018 +0200 |
committer | Jessica Yu <jeyu@kernel.org> | Fri Jun 22 13:59:29 2018 +0200 |
tree | 0e07a7032a52b760297b182e0ee300b1adfdef36 | |
parent | 9f2d1e68cf4d641def734adaccfc3823d3575e6c [diff] |
module: make it clear when we're handling the module copy in info->hdr In load_module(), it's not always clear whether we're handling the temporary module copy in info->hdr (which is freed at the end of load_module()) or if we're handling the module already allocated and copied to it's final place. Adding an info->mod field and using it whenever we're handling the temporary copy makes that explicitly clear. Signed-off-by: Jessica Yu <jeyu@kernel.org>