[folded-merged] mm-swap-use-rbtree-for-swap_extent-fix.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     Subject: mm-swap-use-rbtree-for-swap_extent-fix
has been removed from the -mm tree.  Its filename was
     mm-swap-use-rbtree-for-swap_extent-fix.patch

This patch was dropped because it was folded into mm-swap-use-rbtree-for-swap_extent.patch

------------------------------------------------------
From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
Subject: mm-swap-use-rbtree-for-swap_extent-fix

s/BUG_ON(1)/BUG()/

Cc: Aaron Lu <ziqian.lzq@xxxxxxxxxx>
Cc: Huang Ying <ying.huang@xxxxxxxxx>
Cc: Hugh Dickins <hughd@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 mm/swapfile.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/mm/swapfile.c~mm-swap-use-rbtree-for-swap_extent-fix
+++ a/mm/swapfile.c
@@ -218,7 +218,7 @@ offset_to_swap_extent(struct swap_info_s
 			return se;
 	}
 	/* It *must* be present */
-	BUG_ON(1);
+	BUG();
 }
 
 /*
_

Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are

include-linux-pfn_th-remove-pfn_t_to_virt.patch
include-linux-pagemaph-document-trylock_page-return-value.patch
mm-swap-use-rbtree-for-swap_extent.patch
mm-gup-speed-up-check_and_migrate_cma_pages-on-huge-page-fix.patch
proc-use-down_read_killable-mmap_sem-for-proc-pid-map_files-fix.patch




[Index of Archives]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux