cvs commit: src/lib/libstand ufs.c src/sbin/clri clri.c src/sys/bus/cam/scsi scsi_cd.c scsi_da.c scsi_pass.c src/sys/conf bsd.kern.mk src/sys/contrib/dev/fla fla.c src/sys/dev/disk/ata ata-disk.c ata-raid.c atapi-cd.c atapi-fd.c atapi-tape.c ...

Matthew Dillon dillon at apollo.backplane.com
Sat Mar 25 10:58:18 PST 2006


:Hmm,
:
:the following warning looks fishy:
:
:/usr/s/projects/bigclean/src/sys/vfs/ufs/ffs_rawread.c:161: warning: 
:'blockoff' might be used uninitialized in this function
:
:The initialization of blockoff was removed, even though it's still used 
:in ffs_rawread_readahead().
:
:Sascha

    Yup, definitely a bug.  Fixed!  That file is only compiled if
    DIRECTIO is used.  I'm not sure if DIRECTIO ever actually worked
    properly in the first place.

					-Matt
					Matthew Dillon 
					<dillon at xxxxxxxxxxxxx>





More information about the Commits mailing list