commit | 1d6f2097865e64963e90cce04980dce2f9fc023f | [log] [tgz] |
---|---|---|
author | Steven Rostedt <rostedt@goodmis.org> | Mon Aug 22 11:52:28 2011 +0800 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Feb 13 20:45:37 2012 -0500 |
tree | 5173ccf565587797c62b290331ce53dfcb2fc305 | |
parent | e188dc02d3a9c911be56eca5aa114fe7e9822d53 [diff] |
autofs4 - fix lockdep splat in autofs When recursing down the locks when traversing a tree/list in get_next_positive_dentry() or get_next_positive_subdir() a lock can change from being nested to being a parent which breaks lockdep. This patch tells lockdep about what we did. Signed-off-by: Steven Rostedt <rostedt@goodmis.org> Acked-by: Ian Kent <raven@themaw.net> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>