diff --git a/[refs] b/[refs] index f3707bb1a233..09b5cf8971a0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 441dff34aa39e1597bdf2fdd07fe83be56528b32 +refs/heads/master: 126ac0518c71ba0e54e599dc129b76027a7c2d23 diff --git a/trunk/fs/fat/fatent.c b/trunk/fs/fat/fatent.c index 67fd23744720..260705c58062 100644 --- a/trunk/fs/fat/fatent.c +++ b/trunk/fs/fat/fatent.c @@ -186,9 +186,6 @@ static void fat16_ent_put(struct fat_entry *fatent, int new) static void fat32_ent_put(struct fat_entry *fatent, int new) { - if (new == FAT_ENT_EOF) - new = EOF_FAT32; - WARN_ON(new & 0xf0000000); new |= le32_to_cpu(*fatent->u.ent32_p) & ~0x0fffffff; *fatent->u.ent32_p = cpu_to_le32(new);