Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348158
b: refs/heads/master
c: 344324f
h: refs/heads/master
v: v3
  • Loading branch information
Namjae Jeon authored and Jaegeuk Kim committed Dec 28, 2012
1 parent 26c6b84 commit 0ceebee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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: 06025f4df88e9e41f4ebcf6b4c3df30661332bc9
refs/heads/master: 344324f10fad05e40b1047c5e09ebbc77e43c24f
1 change: 0 additions & 1 deletion trunk/fs/f2fs/segment.c
Original file line number Diff line number Diff line change
Expand Up @@ -1575,7 +1575,6 @@ static int build_dirty_segmap(struct f2fs_sb_info *sbi)

for (i = 0; i < NR_DIRTY_TYPE; i++) {
dirty_i->dirty_segmap[i] = kzalloc(bitmap_size, GFP_KERNEL);
dirty_i->nr_dirty[i] = 0;
if (!dirty_i->dirty_segmap[i])
return -ENOMEM;
}
Expand Down

0 comments on commit 0ceebee

Please sign in to comment.