CC: [email protected] BCC: [email protected] TO: Christoph Hellwig <[email protected]>
tree: git://git.infradead.org/users/hch/misc.git btrfs-bio-split head: f0f456a7f6d7bdce3e9e996e8cc0da25ab8efc1d commit: 468c0b648ae81c96bfd394b45d2fb827d35a3088 [18/25] btrfs: move checksum validation and repair to the storage layer :::::: branch date: 7 days ago :::::: commit date: 7 days ago config: i386-randconfig-c021 (https://download.01.org/0day-ci/archive/20220711/[email protected]/config) compiler: gcc-11 (Debian 11.3.0-3) 11.3.0 If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot <[email protected]> Reported-by: Julia Lawall <[email protected]> cocci warnings: (new ones prefixed by >>) >> fs/btrfs/volumes.c:6717:5-24: atomic_dec_and_test variation before object >> free at line 6719. vim +6717 fs/btrfs/volumes.c 468c0b648ae81c Christoph Hellwig 2022-07-02 6714 468c0b648ae81c Christoph Hellwig 2022-07-02 6715 static void btrfs_repair_done(struct btrfs_failed_bio *fbio) 468c0b648ae81c Christoph Hellwig 2022-07-02 6716 { 468c0b648ae81c Christoph Hellwig 2022-07-02 @6717 if (atomic_dec_and_test(&fbio->repair_count)) { 468c0b648ae81c Christoph Hellwig 2022-07-02 6718 fbio->bbio->end_io(fbio->bbio); 468c0b648ae81c Christoph Hellwig 2022-07-02 @6719 mempool_free(fbio, &btrfs_failed_bio_pool); 468c0b648ae81c Christoph Hellwig 2022-07-02 6720 } 468c0b648ae81c Christoph Hellwig 2022-07-02 6721 } 468c0b648ae81c Christoph Hellwig 2022-07-02 6722 -- 0-DAY CI Kernel Test Service https://01.org/lkp _______________________________________________ kbuild mailing list -- [email protected] To unsubscribe send an email to [email protected]
