diff options
author | wuchi <wuchi.zero@gmail.com> | 2022-08-27 15:11:16 +0800 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2022-09-11 21:55:11 -0700 |
commit | 199cda13534f4c676d7e4601665e971f4f0582c4 (patch) | |
tree | d3c05fc0b66cc018e2712c316eaa8703878bd5df /arch/loongarch | |
parent | d2e85432a2e0a6f31bd9489800f443228f020ed6 (diff) | |
download | linux-199cda13534f4c676d7e4601665e971f4f0582c4.tar.bz2 |
initramfs: mark my_inptr as __initdata
As my_inptr is only used in __init function unpack_to_rootfs(), mark it as
__initdata to allow it be freed after boot.
Link: https://lkml.kernel.org/r/20220827071116.83078-1-wuchi.zero@gmail.com
Signed-off-by: wuchi <wuchi.zero@gmail.com>
Reviewed-by: David Disseldorp <ddiss@suse.de>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Cc: Martin Wilck <mwilck@suse.com>
Cc: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'arch/loongarch')
0 files changed, 0 insertions, 0 deletions