commit | ca469f35a8e9ef12571a4b80ac6d7fdc0260fb44 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Apr 03 19:57:00 2013 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Apr 09 15:16:51 2013 -0400 |
tree | 228daeec1f54db72c32d64bf8b54413c65d0ab30 | |
parent | 866ad9a747bbf5461739fcae6d0a41c8971bbe1d [diff] |
deal with races between remove_proc_entry() and proc_reg_release() * serialize the call of ->release() on per-pdeo mutex * don't remove pdeo from per-pde list until we are through with it Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>