diff options
author | Filipe Manana <fdmanana@suse.com> | 2022-08-17 12:22:45 +0100 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2022-09-26 12:27:57 +0200 |
commit | f6d86dbebade107a852896fcaee9095bee231ca1 (patch) | |
tree | be17ca71428962699d5d3238cd4e3a8dc88666fe /fs/btrfs/dev-replace.c | |
parent | a375102426dfc4b4923c07165d5a38a2405d2f09 (diff) | |
download | linux-f6d86dbebade107a852896fcaee9095bee231ca1.tar.gz linux-f6d86dbebade107a852896fcaee9095bee231ca1.tar.bz2 linux-f6d86dbebade107a852896fcaee9095bee231ca1.zip |
btrfs: move log_new_dir_dentries() above btrfs_log_inode()
The static function log_new_dir_dentries() is currently defined below
btrfs_log_inode(), but in an upcoming patch a new function is introduced
that is called by btrfs_log_inode() and this new function needs to call
log_new_dir_dentries(). So move log_new_dir_dentries() to a location
between btrfs_log_inode() and need_log_inode() (the later is called by
log_new_dir_dentries()).
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/dev-replace.c')
0 files changed, 0 insertions, 0 deletions