Monitoring a Configfs file via inotify or epoll
For an userspace application, I would like to monitor a particular ConfigFS without polling it. I know this is possible by using inotify for a regular file and by using epoll for some sysfs files but I am still facing some issues with this particular ConfigFS file.
Does ConfigFS file support monitoring by using inotify or epoll (or any other tools) ?