Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330141
b: refs/heads/master
c: 126ac05
h: refs/heads/master
i:
  330139: 9d8f12c
v: v3
  • Loading branch information
Namjae Jeon authored and Linus Torvalds committed Oct 5, 2012
1 parent 3012de2 commit 98aca99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 441dff34aa39e1597bdf2fdd07fe83be56528b32
refs/heads/master: 126ac0518c71ba0e54e599dc129b76027a7c2d23
3 changes: 0 additions & 3 deletions trunk/fs/fat/fatent.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 98aca99

Please sign in to comment.