Move the nr_to_write accounting from __extent_writepage_io to
__extent_writepage_io as we'll grow another __extent_writepage_io that
doesn't want this accounting soon.  Also drop the obsolete comment -
decrementing a counter in the on-stack writeback_control data structure
doesn't need the page lock.
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
                return 1;
        }
 
-       /*
-        * we don't want to touch the inode after unlocking the page,
-        * so we update the mapping writeback index now
-        */
-       bio_ctrl->wbc->nr_to_write--;
-
        bio_ctrl->end_io_func = end_bio_extent_writepage;
        while (cur <= end) {
                u64 disk_bytenr;
        if (ret == 1)
                return 0;
 
+       bio_ctrl->wbc->nr_to_write--;
+
 done:
        if (nr == 0) {
                /* make sure the mapping tag for page dirty gets cleared */