[PATCH] reiserfs: suppress lockdep warning
commit497e7e4b19c35d73a6c664de09a155625164544d
authorJeff Mahoney <jeffm@suse.de>
Mon, 30 Apr 2007 22:09:50 +0000 (30 15:09 -0700)
committerChris Wright <chrisw@sous-sol.org>
Wed, 23 May 2007 21:32:41 +0000 (23 14:32 -0700)
tree6140895bd4b994e2d2649473e394c6afc99ae4f0
parent296d13d3b93c22bd0eaf6d0dc5f131a243aed7ce
[PATCH] reiserfs: suppress lockdep warning

We're getting lockdep warnings due to a post-2.6.21-rc7 bugfix.

The xattr_sem can never be taken in the manner described. Internal inodes
are protected by I_PRIVATE.  Add the appropriate annotation.

Cc: <stable@kernel.org>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Cc: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
fs/reiserfs/xattr.c