]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: delete the invalid BUGON in ext4_mb_load_buddy_gfp()
authorbrookxu <brookxu.cn@gmail.com>
Mon, 27 Jul 2020 01:54:14 +0000 (09:54 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 7 Aug 2020 18:12:36 +0000 (14:12 -0400)
commite6899e650fc47c61c3c4cf3ec2e7816c60a6376f
tree2bc60d9eabdb07f183092c0ba2cd18d6f41c1169
parent552b7b373d4cf6d855f729c2667854deaa9605d3
ext4: delete the invalid BUGON in ext4_mb_load_buddy_gfp()

Delete the invalid BUGON in ext4_mb_load_buddy_gfp(), the previous
code has already judged whether page is NULL.

Signed-off-by: Chunguang Xu <brookxu@tencent.com>
Reviewed-by: Ritesh Harjani <riteshh@linux.ibm.com>
Link: https://lore.kernel.org/r/ad68e8a2-5ec3-5beb-537f-f3e53f55367a@gmail.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/mballoc.c