Messages in this thread Patch in this message |  | | Date | Tue, 2 Jul 1996 14:47:26 GMT | From | (Daniel Roche) |
| |
here is a small patch for scsi generic driver !
================cut here==================== --- sg.c Tue Jul 2 14:46:53 1996 +++ sg.c.orig Tue Jul 2 14:47:47 1996 @@ -593,11 +593,6 @@ gpnt->device = NULL; SDp->attached--; sg_template.nr_dev--; - /* - * avoid associated device /dev/sg? bying incremented - * each time module is inserted/removed , <dan@lectra.fr> - */ - sg_template.dev_noticed--; return; } return; ================cut here==================== =============================================================================== | _ | dan@lectra.fr | | __/ _ _ o _ / /_) _ _ / _ | | | (_/ (_(_ / ) ( (-' / /\ (_) (_ /) (-' | May the source be with | | | you !! | ===============================================================================
|  |