mirror of
https://github.com/torvalds/linux.git
synced 2026-05-05 23:05:25 -04:00
Instead of copying fields one by one copy the whole structure. This way there's no need to modify the function every time we add a new field to the struct. Compile tested only. Signed-off-by: Kalle Valo <kvalo@codeaurora.org>