diff options
| author | Filipe Manana <fdmanana@suse.com> | 2024-05-22 15:29:05 +0100 |
|---|---|---|
| committer | David Sterba <dsterba@suse.com> | 2024-07-11 15:33:20 +0200 |
| commit | 8996f61ab9ff06a1433a58dd67ea0bf6f91ba499 (patch) | |
| tree | 871130df1c5f9dba86bf11d8b82f0bf4d4587cfc /fs/btrfs/extent_map.c | |
| parent | f9763e4d150f22b18e79f1ef7ad2bee0059d02ff (diff) | |
btrfs: move fiemap code into its own file
Currently the core of the fiemap code lives in extent_io.c, which does
not make any sense because it's not related to extent IO at all (and it
was not as well before the big rewrite of fiemap I did some time ago).
The entry point for fiemap, btrfs_fiemap(), lives in inode.c since it's
an inode operation.
Since there's a significant amount of fiemap code, move all of it into a
dedicated file, including its entry point inode.c:btrfs_fiemap().
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/extent_map.c')
0 files changed, 0 insertions, 0 deletions