Whamcloud - gitweb
LU-12477 ldiskfs: remove obsolete ext4 patches
[fs/lustre-release.git] / ldiskfs / kernel_patches / patches / rhel6.3 / ext4-not-discard-preallocation-umount.patch
diff --git a/ldiskfs/kernel_patches/patches/rhel6.3/ext4-not-discard-preallocation-umount.patch b/ldiskfs/kernel_patches/patches/rhel6.3/ext4-not-discard-preallocation-umount.patch
deleted file mode 100644 (file)
index a52d91f..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: linux-stage/fs/ext4/mballoc.c
-===================================================================
---- linux-stage.orig/fs/ext4/mballoc.c
-+++ linux-stage/fs/ext4/mballoc.c
-@@ -3781,7 +3781,8 @@ ext4_mb_release_inode_pa(struct ext4_bud
-                * from the bitmap and continue.
-                */
-       }
--      BUG_ON(pa->pa_free != free);
-+      /* do not verify if the file system is being umounted */
-+      BUG_ON(atomic_read(&sb->s_active) > 0 && pa->pa_free != free);
-       atomic_add(free, &sbi->s_mb_discarded);
-       return err;