PERFORCE change 153526 for review

Hans Petter Selasky hselasky at FreeBSD.org
Tue Nov 25 06:42:20 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=153526

Change 153526 by hselasky at hselasky_laptop001 on 2008/11/25 14:41:29

	
	Remove non-executed code.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb2/storage/ustorage2_fs.c#13 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb2/storage/ustorage2_fs.c#13 (text+ko) ====

@@ -1308,6 +1308,7 @@
 static uint8_t
 ustorage_fs_synchronize_cache(struct ustorage_fs_softc *sc)
 {
+#if 0
 	struct ustorage_fs_lun *currlun = sc->sc_transfer.currlun;
 	uint8_t rc;
 
@@ -1318,6 +1319,7 @@
 	if (rc) {
 		currlun->sense_data = SS_WRITE_ERROR;
 	}
+#endif
 	return (0);
 }
 


More information about the p4-projects mailing list