fs/fat: comment fix, fat_bits can be also 32
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com> Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
58932ef7f2
commit
8de560def7
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ struct msdos_sb_info {
|
||||||
unsigned short sec_per_clus; /* sectors/cluster */
|
unsigned short sec_per_clus; /* sectors/cluster */
|
||||||
unsigned short cluster_bits; /* log2(cluster_size) */
|
unsigned short cluster_bits; /* log2(cluster_size) */
|
||||||
unsigned int cluster_size; /* cluster size */
|
unsigned int cluster_size; /* cluster size */
|
||||||
unsigned char fats, fat_bits; /* number of FATs, FAT bits (12 or 16) */
|
unsigned char fats, fat_bits; /* number of FATs, FAT bits (12,16 or 32) */
|
||||||
unsigned short fat_start;
|
unsigned short fat_start;
|
||||||
unsigned long fat_length; /* FAT start & length (sec.) */
|
unsigned long fat_length; /* FAT start & length (sec.) */
|
||||||
unsigned long dir_start;
|
unsigned long dir_start;
|
||||||
|
|
Loading…
Reference in a new issue