Index: VERSION =================================================================== RCS file: /home/cvsroot/scsidev/VERSION,v retrieving revision 1.8.2.9 retrieving revision 1.8.2.10 diff -u -r1.8.2.9 -r1.8.2.10 --- VERSION 8 Aug 2003 08:06:55 -0000 1.8.2.9 +++ VERSION 13 Aug 2003 16:08:16 -0000 1.8.2.10 @@ -1 +1 @@ -2.30 +2.31 Index: scsidev.c =================================================================== RCS file: /home/cvsroot/scsidev/scsidev.c,v retrieving revision 1.28.2.33 retrieving revision 1.28.2.34 diff -u -r1.28.2.33 -r1.28.2.34 --- scsidev.c 9 Aug 2003 14:57:18 -0000 1.28.2.33 +++ scsidev.c 13 Aug 2003 16:08:16 -0000 1.28.2.34 @@ -146,6 +146,12 @@ * - Fix HSV OS ID gathering: Set to -1 if no HSV. * - Handle empty model name in get_hsv_os_id(). * -> 2.30 + * + * * 2003-08-13: Kurt Garloff : + * - Brian Keefer pointed out that the symlink mode still does not + * work for partitions. I somehow forgot to really commit the + * fix from 2003-03-07. + * -> 2.31 */ #include @@ -166,7 +172,7 @@ #include -static char rcsid[] ="$Id: scsidev.c,v 1.28.2.33 2003/08/09 14:57:18 garloff Exp $"; +static char rcsid[] ="$Id: scsidev.c,v 1.28.2.34 2003/08/13 16:08:16 garloff Exp $"; static char *versid = "scsidev " VERSION " 2003-08-04"; static char *copyright = "Copyright: GNU GPL (see file COPYING)\n" \ " (w) 1994--1997 Eric Youngdale \n"\ @@ -1133,7 +1139,7 @@ spnt1 = sname_dup (spnt); spnt1->partition = minor % 16; spnt1->minor = minor; - scsiname (spnt1); + scsiname (spnt1); oldscsiname (spnt1); spnt1->next = reglist; reglist = spnt1; create_dev (spnt1, use_symlink); }