diff options
Diffstat (limited to 'fs/fat/fat.h')
-rw-r--r-- | fs/fat/fat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/fat/fat.h b/fs/fat/fat.h index a2a570f81719..2b8e94c3eef4 100644 --- a/fs/fat/fat.h +++ b/fs/fat/fat.h | |||
@@ -43,7 +43,6 @@ struct fat_mount_options { | |||
43 | 43 | ||
44 | #define FAT_HASH_BITS 8 | 44 | #define FAT_HASH_BITS 8 |
45 | #define FAT_HASH_SIZE (1UL << FAT_HASH_BITS) | 45 | #define FAT_HASH_SIZE (1UL << FAT_HASH_BITS) |
46 | #define FAT_HASH_MASK (FAT_HASH_SIZE-1) | ||
47 | 46 | ||
48 | /* | 47 | /* |
49 | * MS-DOS file system in-core superblock data | 48 | * MS-DOS file system in-core superblock data |