]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: check-integrity: remove unnecessary failure messages during memory allocation
authorLiao Pingfang <liao.pingfang@zte.com.cn>
Thu, 11 Jun 2020 00:40:36 +0000 (08:40 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 27 Jul 2020 10:55:21 +0000 (12:55 +0200)
commit3d220412ccc31b284482ca4c4962f24b8dbc3878
tree00d0e6c142397c8801e508c07bf3b8dce2551949
parent1d28efae2b45965ea3f5a56cc85176228722b8d0
btrfs: check-integrity: remove unnecessary failure messages during memory allocation

As there is a dump_stack() done on memory allocation failures, these
messages might as well be deleted instead.

Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn>
Reviewed-by: David Sterba <dsterba@suse.com>
[ minor tweaks ]
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/check-integrity.c