X-Git-Url: http://git.sven.stormbind.net/?a=blobdiff_plain;f=include%2Fexfat_dir.h;h=6a3acfdddacbe161e5c696a99a068ca8b759caf4;hb=refs%2Fheads%2Fupstream;hp=d450c61000cbc8c9e978c00a1dff7da57561228c;hpb=fa2bead8d3f2203fb7b22d801443109a52808490;p=sven%2Fexfatprogs.git 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;