[RFC PATCH 3/5] epoll: add ep_call_nested_nolock()

2015-01-15 Thread Jason Baron
Add an ep_call_nested_nolock() variant which functions the same as the current ep_call_nested(), except it does not acquire any locks. This call wil be used by subsequent patches which have provide their own 'external' locking. Signed-off-by: Jason Baron --- fs/eventpoll.c | 33

[RFC PATCH 3/5] epoll: add ep_call_nested_nolock()

2015-01-15 Thread Jason Baron
Add an ep_call_nested_nolock() variant which functions the same as the current ep_call_nested(), except it does not acquire any locks. This call wil be used by subsequent patches which have provide their own 'external' locking. Signed-off-by: Jason Baron jba...@akamai.com --- fs/eventpoll.c | 33