DO_ITERATIVE_FD_IO_{REQUEST,REPLY} were incorrectly categorized by
is_userland_request(), thus triggering a panic()/debugger(). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29550 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -961,9 +961,9 @@ UserlandFSUtil::is_userland_request(uint32 type)
|
|||||||
return false;
|
return false;
|
||||||
// I/O
|
// I/O
|
||||||
case DO_ITERATIVE_FD_IO_REQUEST:
|
case DO_ITERATIVE_FD_IO_REQUEST:
|
||||||
return false;
|
|
||||||
case DO_ITERATIVE_FD_IO_REPLY:
|
|
||||||
return true;
|
return true;
|
||||||
|
case DO_ITERATIVE_FD_IO_REPLY:
|
||||||
|
return false;
|
||||||
|
|
||||||
// general reply
|
// general reply
|
||||||
case RECEIPT_ACK_REPLY:
|
case RECEIPT_ACK_REPLY:
|
||||||
|
|||||||
Reference in New Issue
Block a user