]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit87c7b9bc8c932f9555266af8849e94127f4bb54f
tree33007feca7584c39c3ca719b3b229fb3de95d6e3
parentb054a2de12d4a0c7f57a887422e3081b10db2dee
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