Hi,
I try to use inotify in kernel module according to Documentation/filesystems/inotify.txt,
but i found inotify was reimplemented in this commit 63c882a (inotify: reimplement inotify using fsnotify)
and the document has been expired.
Now how we can monitor file in kernel module ?
Best regards!