]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
btrfs: remove unused parameter from update_nr_written
authorDavid Sterba <dsterba@suse.com>
Fri, 10 Feb 2017 18:33:41 +0000 (19:33 +0100)
committerDavid Sterba <dsterba@suse.com>
Fri, 17 Feb 2017 11:03:53 +0000 (12:03 +0100)
commit3d4b9496e87fb96d25f9c995a7b965c1535de6b9
treedfdffdcc9858e22da20f52b481b153009d2128f6
parentc2df8bb43f750b5522151fa41d28251d39322701
btrfs: remove unused parameter from update_nr_written

The logic has been updated in "Btrfs: make mapping->writeback_index
point to the last written page" (a91326679f2a0a4c2) and page is not
needed anymore.

Reviewed-by: Liu Bo <bo.li.liu@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent_io.c