On Sun, 23 Apr 2017 22:56:38 +0200, Geert Uytterhoeven: >IMHO this makes the code less safe and less future-proof. >What if the type of info is ever changed? >There's no safety check to validate that the FIELD_SIZEOF() operates on the >same data as the strlcpy() destination.
Really make sense :) >As the kbuild test robot already told you, this doesn't compile. >Please try to (at least) compile the code before sending patches. >Thanks! So sorry for that I built quickly using the wrong compiler and the wrong target machine with my old .config that's horrible :) Thanks a lot, Karim