projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58932ef
)
fs/fat: comment fix, fat_bits can be also 32
author
Alexander Kuleshov
<
[email protected]
>
Thu, 16 Apr 2015 19:47:26 +0000
(12:47 -0700)
committer
Linus Torvalds
<
[email protected]
>
Fri, 17 Apr 2015 13:04:06 +0000
(09:04 -0400)
Signed-off-by: Alexander Kuleshov <
[email protected]
>
Acked-by: OGAWA Hirofumi <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
fs/fat/fat.h
patch
|
blob
|
history
diff --git
a/fs/fat/fat.h
b/fs/fat/fat.h
index fe65a7d5688bbd320782f688b2af164b3e0f6e7e..be5e15323bab45b99e4693b43cb543c9aa85c586 100644
(file)
--- a/
fs/fat/fat.h
+++ b/
fs/fat/fat.h
@@
-63,7
+63,7
@@
struct msdos_sb_info {
unsigned short sec_per_clus; /* sectors/cluster */
unsigned short cluster_bits; /* log2(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 long fat_length; /* FAT start & length (sec.) */
unsigned long dir_start;