Re: [PATCH]: grub: Kill fixed device name length from make_device_name().

2009-04-13 Thread David Miller
From: David Miller Date: Sun, 12 Apr 2009 23:53:04 -0700 (PDT) > make_device_name() uses an arbitrary value for the device name > length, putting an arbitrary limit on such strings. > > We can do better by calculating the length of this string precisely. > > 2009-04-12 David S. Miller > >

[PATCH]: grub: Kill fixed device name length from make_device_name().

2009-04-12 Thread David Miller
make_device_name() uses an arbitrary value for the device name length, putting an arbitrary limit on such strings. We can do better by calculating the length of this string precisely. 2009-04-12 David S. Miller * util/hostdisk.c (make_device_name): Do not make any assumptions