summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2003-12-29 23:45:57 -0800
committerLinus Torvalds <torvalds@home.osdl.org>2003-12-29 23:45:57 -0800
commit86b94f842fe3886c96ae7a3201d5cfc04dea6b53 (patch)
tree8ef70c0ab22b29e8fd6dfbb65dc6d4cddba25583 /include
parent2d5acefc5f25e56639b020ea2a749a220736dc6e (diff)
[PATCH] FAT: misc cleanups/fixes
From: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> fatfs misc cleanups/fixes.
Diffstat (limited to 'include')
-rw-r--r--include/linux/msdos_fs_sb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/msdos_fs_sb.h b/include/linux/msdos_fs_sb.h
index 26d64203f086..c79a172225d3 100644
--- a/include/linux/msdos_fs_sb.h
+++ b/include/linux/msdos_fs_sb.h
@@ -47,7 +47,7 @@ struct msdos_sb_info {
unsigned long data_start; /* first data sector */
unsigned long clusters; /* number of clusters */
unsigned long root_cluster; /* first cluster of the root directory */
- unsigned long fsinfo_sector; /* FAT32 fsinfo offset from start of disk */
+ unsigned long fsinfo_sector; /* sector number of FAT32 fsinfo */
struct semaphore fat_lock;
int prev_free; /* previously allocated cluster number */
int free_clusters; /* -1 if undefined */