rwatson 2006-01-13 23:27:12 UTC FreeBSD src repository Modified files: sys/kern subr_disk.c Log: When calling bioq_first() to see if a queue is empty in bioq_disksort(), don't save the return value as we won't use it. Noticed by: Coverity Prevent analysis tool MFC after: 3 days Revision Changes Path 1.86 +1 -1 src/sys/kern/subr_disk.c