summaryrefslogtreecommitdiffstats
path: root/include/exfat_dir.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 02:56:47 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 02:56:47 +0000
commit8f27e144db176d10c149a9f8be9b3db1ede7b426 (patch)
tree2ad6088aecdb9e5666e989a2ef8fe3074a1659aa /include/exfat_dir.h
parentReleasing progress-linux version 1.2.2-1~progress7.99u1. (diff)
downloadexfatprogs-8f27e144db176d10c149a9f8be9b3db1ede7b426.tar.xz
exfatprogs-8f27e144db176d10c149a9f8be9b3db1ede7b426.zip
Merging upstream version 1.2.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'include/exfat_dir.h')
-rw-r--r--include/exfat_dir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/exfat_dir.h b/include/exfat_dir.h
index d450c61..6a3acfd 100644
--- a/include/exfat_dir.h
+++ b/include/exfat_dir.h
@@ -16,7 +16,7 @@ struct buffer_desc;
struct exfat_de_iter {
struct exfat *exfat;
struct exfat_inode *parent;
- struct buffer_desc *buffer_desc; /* cluster * 2 */
+ struct buffer_desc *buffer_desc;
__u32 ra_next_clus;
unsigned int ra_begin_offset;
unsigned int ra_partial_size;