mbox series

[0/2] btrfs-progs: small compile warning fixes

Message ID 20200826004734.89905-1-wqu@suse.com (mailing list archive)
Headers show
Series btrfs-progs: small compile warning fixes | expand

Message

Qu Wenruo Aug. 26, 2020, 12:47 a.m. UTC
Although the global parameter fs_info would affect all repair tests...

Qu Wenruo (2):
  btrfs-progs: fix compile warning due to global fs_info cleanup
  btrfs-progs: remove the unused variable in
    check_chunks_and_extents_lowmem()

 check/mode-lowmem.c         | 15 ++++++---------
 kernel-shared/ctree.h       |  3 +--
 kernel-shared/extent-tree.c |  2 +-
 3 files changed, 8 insertions(+), 12 deletions(-)

Comments

David Sterba Aug. 26, 2020, 3:31 p.m. UTC | #1
On Wed, Aug 26, 2020 at 08:47:32AM +0800, Qu Wenruo wrote:
> Although the global parameter fs_info would affect all repair tests...

Can you please be more specific?
David Sterba Aug. 26, 2020, 3:43 p.m. UTC | #2
On Wed, Aug 26, 2020 at 05:31:12PM +0200, David Sterba wrote:
> On Wed, Aug 26, 2020 at 08:47:32AM +0800, Qu Wenruo wrote:
> > Although the global parameter fs_info would affect all repair tests...
> 
> Can you please be more specific?

Ok I see, fsck/013-extent-tree-rebuild test fails.