Block drivers: reply ENOTTY to unknown IOCTLs
Change-Id: Ie2e82d2491d546f4dd73b009100646e249a147b5
This commit is contained in:
@@ -345,7 +345,7 @@ static int do_ioctl(struct blockdriver *bdp, message *mp)
|
||||
if (bdp->bdr_ioctl)
|
||||
r = (*bdp->bdr_ioctl)(minor, request, mp->m_source, grant);
|
||||
else
|
||||
r = EINVAL;
|
||||
r = ENOTTY;
|
||||
}
|
||||
|
||||
return r;
|
||||
|
||||
Reference in New Issue
Block a user