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)
commit9375ac770cda6bdff829f43868d0ebcaba41f675
tree2bc60d9eabdb07f183092c0ba2cd18d6f41c1169
parent1cf006ed19a887c22e085189c8b4a3cbf60d2246
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