]> git.baikalelectronics.ru Git - 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)
commit655999965d10cd01c01711800cd1e587451f7bd3
treedfdffdcc9858e22da20f52b481b153009d2128f6
parente4ed880cb7026cafd5465b520d7e0e52a60e714d
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" (c8c40b076ba0b111b) 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