Btrfs: move definition of the function btrfs_find_new_delalloc_bytes
authorFilipe Manana <fdmanana@suse.com>
Fri, 3 Nov 2017 22:26:44 +0000 (22:26 +0000)
committerDavid Sterba <dsterba@suse.com>
Wed, 15 Nov 2017 16:27:44 +0000 (17:27 +0100)
commitf48bf66b662e7acd6a32dbc28c4fa38931f8f0a6
tree33007feca7584c39c3ca719b3b229fb3de95d6e3
parent56a0e706fcf870270878d6d72b71092ae42d229c
Btrfs: move definition of the function btrfs_find_new_delalloc_bytes

Move the definition of the function btrfs_find_new_delalloc_bytes() closer
to the function btrfs_dirty_pages(), because in a future commit it will be
used exclusively by btrfs_dirty_pages(). This just moves the function's
definition, with no functional changes at all.

Signed-off-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/file.c