lockdep: fixup the inode dir annotation
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Tue, 16 Oct 2007 04:47:54 +0000 (06:47 +0200)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 16 Oct 2007 17:01:50 +0000 (10:01 -0700)
commit1e89a5e15a2c88b3fd1ed3fa17fd767efe44727a
tree840cb2badbbd568c44fa0ed2b3a467d3143381ea
parente744fdea546abf7a794898a99a26f85c63a83648
lockdep: fixup the inode dir annotation

A slight oversight tripped lockdep debugging code, each lockdep
class should have but a single init site.

Rearange the code to make this true.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/inode.c