From 98aca995977460eeabb473079311bf70cea5f8d3 Mon Sep 17 00:00:00 2001 From: Namjae Jeon Date: Thu, 4 Oct 2012 17:15:02 -0700 Subject: [PATCH] --- yaml --- r: 330141 b: refs/heads/master c: 126ac0518c71ba0e54e599dc129b76027a7c2d23 h: refs/heads/master i: 330139: 9d8f12cf0fa5f52bc40ec767079cef8497b68879 v: v3 --- [refs] | 2 +- trunk/fs/fat/fatent.c | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) 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);