diff options
| author | Konstantin Komarov <almaz.alexandrovich@paragon-software.com> | 2026-07-02 12:36:59 +0200 |
|---|---|---|
| committer | Konstantin Komarov <almaz.alexandrovich@paragon-software.com> | 2026-07-14 18:40:56 +0200 |
| commit | 55106e501052610bac41f22f30c523e03c7dfffc (patch) | |
| tree | a3077f10a7109bcb03585fe4000b5b43f5191c1e /tools/perf/scripts/python/stackcollapse.py | |
| parent | dc59e4fea9d83f03bad6bddf3fa2e52491777482 (diff) | |
fs/ntfs3: widen inode/record number storage to u64
NTFS inode and MFT record numbers are inherently 64-bit values, but
several places stored them in 'unsigned long' (or CLST, a u32). On 32-bit
architectures 'unsigned long' is only 32 bits wide, so the upper bits of
a record reference are truncated. Store these values in u64 and update
the associated format specifiers (%lx -> %llx) accordingly.
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
