]> 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)
commit0026a8d84f21e0004a8b7c23fb48a51467c558f8
tree2bc60d9eabdb07f183092c0ba2cd18d6f41c1169
parent26de44941cb254acbe3b38b551976cc62398ef6f
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