Skip to content

Commit

Permalink
[JFFS2] Fix misapplied patch causing compile breakage
Browse files Browse the repository at this point in the history
Somehow, the patch in commit 1595358
was misapplied and part of the old list-traversal remained. Remove it.

Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: David Woodhouse <[email protected]>
  • Loading branch information
dwmw2 committed Nov 6, 2007
1 parent 857013b commit 6d88202
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/jffs2/write.c
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,6 @@ int jffs2_do_unlink(struct jffs2_sb_info *c, struct jffs2_inode_info *dir_f,
fd->ino = 0;
break;
}
prev = &((*prev)->next);
}
up(&dir_f->sem);
}
Expand Down

0 comments on commit 6d88202

Please sign in to comment.