]> 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)
commitcc489abcad840c29fcb1ab8ab4464c1a1cc0dec2
tree00d0e6c142397c8801e508c07bf3b8dce2551949
parent4fff90ea660a4311b5e5db270be4470560dfccd8
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