diff options
| author | Filipe Manana <[email protected]> | 2024-05-22 14:29:05 +0000 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2024-07-11 13:33:20 +0000 |
| commit | 8996f61ab9ff06a1433a58dd67ea0bf6f91ba499 (patch) | |
| tree | 871130df1c5f9dba86bf11d8b82f0bf4d4587cfc /fs/btrfs/btrfs_inode.h | |
| parent | btrfs: send: get rid of the label and gotos at ensure_commit_roots_uptodate() (diff) | |
| download | kernel-8996f61ab9ff06a1433a58dd67ea0bf6f91ba499.tar.gz kernel-8996f61ab9ff06a1433a58dd67ea0bf6f91ba499.zip | |
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 'fs/btrfs/btrfs_inode.h')
0 files changed, 0 insertions, 0 deletions
