Apply patch to fix lockdep reports from ext4 (rhbz 732572)

This commit is contained in:
Dave Jones 2011-09-02 11:52:43 -04:00
parent 9cabd45dbb
commit 29656445be
2 changed files with 18 additions and 0 deletions

12
ext4-lockdep.patch Normal file
View File

@ -0,0 +1,12 @@
--- linux-3.0.noarch/fs/ext4/inode.c~ 2011-09-02 11:50:56.206445843 -0400
+++ linux-3.0.noarch/fs/ext4/inode.c 2011-09-02 11:51:31.224323827 -0400
@@ -121,9 +121,6 @@ void ext4_evict_inode(struct inode *inod
trace_ext4_evict_inode(inode);
- mutex_lock(&inode->i_mutex);
- ext4_flush_completed_IO(inode);
- mutex_unlock(&inode->i_mutex);
ext4_ioend_wait(inode);
if (inode->i_nlink) {

View File

@ -647,6 +647,8 @@ Patch09: linux-2.6-upstream-reverts.patch
Patch160: linux-2.6-32bit-mmap-exec-randomization.patch
Patch161: linux-2.6-i386-nx-emulation.patch
Patch200: ext4-lockdep.patch
Patch202: linux-2.6-debug-taint-vm.patch
Patch383: linux-2.6-defaults-aspm.patch
@ -1219,6 +1221,7 @@ ApplyPatch linux-2.6-i386-nx-emulation.patch
#
# ext4
ApplyPatch ext4-lockdep.patch
# xfs
@ -2036,6 +2039,9 @@ fi
# and build.
%changelog
* Fri Sep 02 2011 Dave Jones <davej@redhat.com>
- Apply patch to fix lockdep reports from ext4 (rhbz 732572)
* Thu Sep 01 2011 Dave Jones <davej@redhat.com>
- utrace: s390: fix the compile problem with traps.c (rhbz 735118)