diff options
Diffstat (limited to 'fs/ntfs/runlist.h')
| -rw-r--r-- | fs/ntfs/runlist.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/ntfs/runlist.h b/fs/ntfs/runlist.h index aa0ee6540e7c..47728fbb610b 100644 --- a/fs/ntfs/runlist.h +++ b/fs/ntfs/runlist.h | |||
| @@ -94,6 +94,9 @@ extern int ntfs_mapping_pairs_build(const ntfs_volume *vol, s8 *dst, | |||
| 94 | extern int ntfs_rl_truncate_nolock(const ntfs_volume *vol, | 94 | extern int ntfs_rl_truncate_nolock(const ntfs_volume *vol, |
| 95 | runlist *const runlist, const s64 new_length); | 95 | runlist *const runlist, const s64 new_length); |
| 96 | 96 | ||
| 97 | int ntfs_rl_punch_nolock(const ntfs_volume *vol, runlist *const runlist, | ||
| 98 | const VCN start, const s64 length); | ||
| 99 | |||
| 97 | #endif /* NTFS_RW */ | 100 | #endif /* NTFS_RW */ |
| 98 | 101 | ||
| 99 | #endif /* _LINUX_NTFS_RUNLIST_H */ | 102 | #endif /* _LINUX_NTFS_RUNLIST_H */ |
