]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - fs/btrfs/check-integrity.c
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)
commitab483009216ed556fb124176cae75242f8da0e2e
tree00d0e6c142397c8801e508c07bf3b8dce2551949
parentb5790d51809b3b0b5f0d012fa667b4e6cafd676e
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