Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Aug 1996 19:36:47 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        peter@spinner.DIALix.COM, terry@lambert.org
Cc:        current@FreeBSD.ORG
Subject:   Re: DEVFS broken by last devsw_add_generic()/bdevvp() changes
Message-ID:  <199608010936.TAA18475@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>If an I/O is out of range on a wd, the wd strategy returns an error.
>If an I/O is out of range on an sd or od, the strategy does not error
>(there is a "goto done;" without an error being set).

Actually, they all "goto done;" and this is correct.  dscheck() sets
the error flag if necessary.  There is no error for EOF.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608010936.TAA18475>