为什么在scull的轮询系统调用中不使用down()的可中断版本?

时间:2019-06-04 05:22:38

标签: linux linux-kernel linux-device-driver device-driver

根据scullpipe source code,在轮询系统调用中,像文件中的其他任何地方一样,使用down()代替down_interruptible()。为什么重要的是拥有可中断版本?

0 个答案:

没有答案