diff options
author | Filipe Manana <[email protected]> | 2024-05-22 15:29:05 +0100 |
---|---|---|
committer | David Sterba <[email protected]> | 2024-07-11 15:33:20 +0200 |
commit | 8996f61ab9ff06a1433a58dd67ea0bf6f91ba499 (patch) | |
tree | 871130df1c5f9dba86bf11d8b82f0bf4d4587cfc /tools/perf/scripts/python | |
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 <[email protected]>
Signed-off-by: Filipe Manana <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions