On 09/19/2013 05:55 PM, Denys Vlasenko wrote:

Maybe just a comment will do?

                         /*
                          * Note: table[idx:0] can contain special value
                          * K_ALLOCATED (marks allocated tables in kernel).
                          * dumpkmap saves the value as-is; but attempts
                          * to load it here fail, since it isn't a valid
                          * key value: it is K(KT_SPEC,126) == 2<<8 + 126,
                          * whereas last valid KT_SPEC is
                          * K_BARENUMLOCK == K(KT_SPEC,19).
                          * So far we just ignore these errors:
                          */
                         ioctl(fd, KDSKBENT,&ke);


yes, that helps. thanks for applying this.
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to