commit | 21877e1a5b520132f54515f8835c963056418b4c | [log] [tgz] |
---|---|---|
author | Davidlohr Bueso <[email protected]> | Thu Jan 03 15:27:12 2019 -0800 |
committer | Linus Torvalds <[email protected]> | Fri Jan 04 13:13:46 2019 -0800 |
tree | 0d2134af802d232c928ddb92fa1420316b29fa9c | |
parent | 76699a67f3041ff4c7af6d6ee9be2bfbf1ffb671 [diff] |
fs/epoll: robustify ep->mtx held checks Insted of just commenting how important it is, lets make it more robust and add a lockdep_assert_held() call. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Davidlohr Bueso <[email protected]> Reviewed-by: Andrew Morton <[email protected]> Cc: Al Viro <[email protected]> Cc: Jason Baron <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>