Re: [PATCH v2] btrfs: Remove unnecessary failure messages during memory allocation

2020-06-11 Thread David Sterba
On Thu, Jun 11, 2020 at 08:40:36AM +0800, Yi Wang wrote: > From: Liao Pingfang > > As there is a dump_stack() done on memory allocation > failures, these messages might as well be deleted instead. > > Signed-off-by: Liao Pingfang > --- > Changes in v2: Remove these error messages instead of cha

[PATCH v2] btrfs: Remove unnecessary failure messages during memory allocation

2020-06-10 Thread Yi Wang
From: Liao Pingfang As there is a dump_stack() done on memory allocation failures, these messages might as well be deleted instead. Signed-off-by: Liao Pingfang --- Changes in v2: Remove these error messages instead of changing them. fs/btrfs/check-integrity.c | 9 - 1 file changed, 9