[PATCH] lockdep: annotate NTFS locking rules
authorIngo Molnar <mingo@elte.hu>
Mon, 3 Jul 2006 07:25:18 +0000 (00:25 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 3 Jul 2006 22:27:08 +0000 (15:27 -0700)
commit59345374742ee6673c2d04b0fa8c888e881b7209
treec58ca74efe0c361086c6ffa70bc7597ec5674c95
parentc6573c2904231279de0584787d6214f19a128d0b
[PATCH] lockdep: annotate NTFS locking rules

NTFS uses lots of type-opaque objects which acquire their true identity
runtime - so the lock validator needs to be helped in a couple of places to
figure out object types.

Many thanks to Anton Altaparmakov for giving lots of explanations about NTFS
locking rules.

Has no effect on non-lockdep kernels.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/ntfs/inode.c
fs/ntfs/super.c