开发者

Callback for removing a device file

开发者 https://www.devze.com 2023-03-12 14:28 出处:网络
Is there in any call back in linux and solaris device driver which will be called when the device file is removed from the system? Example if a volume is deleted by the volume manager, it deletes the

Is there in any call back in linux and solaris device driver which will be called when the device file is removed from the system? Example if a volume is deleted by the volume manager, it deletes the block and char device interface for that device. Is there any cal开发者_如何学编程lback in linux and solaris like open,close,strategy call which will be called when the deletion of block/char device is done?


Device files are much the same as any other file, so you should be able to use inotify to watch for them appearing and/or disappearing.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号