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