commit | a2d4c71d1559426155e5da8db3265bfa0d8d398d | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Jun 27 11:33:29 2012 +0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Jul 22 23:57:57 2012 +0400 |
tree | e00739a549bd68afeff0685cb9998834b5eca877 | |
parent | ed3e694d78cc75fa79bf29698631b146fd27aa35 [diff] |
deal with task_work callbacks adding more work It doesn't matter on normal return to userland path (we'll recheck the NOTIFY_RESUME flag anyway), but in case of exit_task_work() we'll need that as soon as we get callbacks capable of triggering more task_work_add(). Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>