Move inet to safe copies.
This commit is contained in:
parent
961a173573
commit
2f50f92eb3
@ -181,8 +181,10 @@ off_t *pos;
|
|||||||
/* Is this device driver (identified by major number)
|
/* Is this device driver (identified by major number)
|
||||||
* ready to accept *_S commands?
|
* ready to accept *_S commands?
|
||||||
*/
|
*/
|
||||||
|
#if 0
|
||||||
if(major(dev) == 7) /* major number of inet. */
|
if(major(dev) == 7) /* major number of inet. */
|
||||||
return 0; /* inet is not safe-capable. */
|
return 0; /* inet is not safe-capable. */
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Number of grants allocated in vector I/O. */
|
/* Number of grants allocated in vector I/O. */
|
||||||
*vec_grants = 0;
|
*vec_grants = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user