[PATCH 0/1] kernfs_notify() poll latency

2018-11-15 Thread Radu Rendec
Hi everyone, I believe kernfs_notify() poll latency can be improved if the poll notification is done from kernfs_notify() directly rather than scheduled work context. I am sure there are good reasons why the fsnotify notification must be done from scheduled work context (an obvious one is that

[PATCH 0/1] kernfs_notify() poll latency

2018-11-15 Thread Radu Rendec
Hi everyone, I believe kernfs_notify() poll latency can be improved if the poll notification is done from kernfs_notify() directly rather than scheduled work context. I am sure there are good reasons why the fsnotify notification must be done from scheduled work context (an obvious one is that