summaryrefslogtreecommitdiffstats
path: root/include/exfat_dir.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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;