commit | 3a95ea1155c5d44aa58dde2f64f0ddafe27fd1fb | [log] [tgz] |
---|---|---|
author | OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> | Thu Mar 12 02:03:23 2009 +0900 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Mar 11 12:04:18 2009 -0700 |
tree | de6d6392c58a37a7f13bacf899b3f56c32fabcf4 | |
parent | ad3bdefe877afb47480418fdb05ecd42842de65e [diff] |
Fix _fat_bmap() locking On swapon() path, it has already i_mutex. So, this uses i_alloc_sem instead of it. Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> Reported-by: Laurent GUERBY <laurent@guerby.net> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>