]> git.baikalelectronics.ru Git - kernel.git/commit
reiserfs: suppress lockdep warning
authorJeff Mahoney <jeffm@suse.de>
Mon, 30 Apr 2007 22:09:50 +0000 (15:09 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 30 Apr 2007 23:40:40 +0000 (16:40 -0700)
commit2a204d521fe4bb97cc9a3f11b21a5f6e3f54a755
tree562d53dc7faadcd431f87159d2e67512823372b2
parentcb1f0f32de22e1f03f97269ed43af3d0ed208f54
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: Linus Torvalds <torvalds@linux-foundation.org>
fs/reiserfs/xattr.c