summaryrefslogtreecommitdiff
path: root/core/fs/ntfs/ntfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fs/ntfs/ntfs.h')
-rw-r--r--core/fs/ntfs/ntfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fs/ntfs/ntfs.h b/core/fs/ntfs/ntfs.h
index 78a0004f..21876938 100644
--- a/core/fs/ntfs/ntfs.h
+++ b/core/fs/ntfs/ntfs.h
@@ -49,7 +49,7 @@ struct ntfs_sb_info {
block_t mft_block; /* The first MFT record block */
unsigned mft_size; /* The MFT size in sectors */
- unsigned mft_record_size; /* MFT record size in bytes */
+ uint64_t mft_record_size; /* MFT record size in bytes */
unsigned long long clusters; /* Total number of clusters */