Fix comment.
This commit is contained in:
parent
9fa6e5be50
commit
55f52615a8
@ -1460,7 +1460,7 @@ fdopen(struct cdev *dev, int flags, int mode, struct thread *td)
|
||||
/*
|
||||
* Unfortunately, physio(9) discards its ioflag
|
||||
* argument, thus preventing us from seeing the
|
||||
* IO_NDELAY bit. So we need to keep track
|
||||
* O_NONBLOCK bit. So we need to keep track
|
||||
* ourselves.
|
||||
*/
|
||||
fd->flags |= FD_NONBLOCK;
|
||||
|
@ -1460,7 +1460,7 @@ fdopen(struct cdev *dev, int flags, int mode, struct thread *td)
|
||||
/*
|
||||
* Unfortunately, physio(9) discards its ioflag
|
||||
* argument, thus preventing us from seeing the
|
||||
* IO_NDELAY bit. So we need to keep track
|
||||
* O_NONBLOCK bit. So we need to keep track
|
||||
* ourselves.
|
||||
*/
|
||||
fd->flags |= FD_NONBLOCK;
|
||||
|
Loading…
x
Reference in New Issue
Block a user