mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
String literals are constant, and usually, we can also tag the array of pointers const too, moving it to the .rodata section. Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: David S. Miller <davem@davemloft.net>