Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347541
b: refs/heads/master
c: 1042d60
h: refs/heads/master
i:
  347539: 6c34ee0
v: v3
  • Loading branch information
Namjae Jeon authored and Jaegeuk Kim committed Dec 11, 2012
1 parent 6f0dcc5 commit c012b44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions 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: 1fa95b0b6798164a31c1048efdf62b71038eb3d5
refs/heads/master: 1042d60f917d78ef1a6eaea297a1020484d4bf74
2 changes: 1 addition & 1 deletion trunk/fs/f2fs/gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ static int gc_thread_func(void *data)

int start_gc_thread(struct f2fs_sb_info *sbi)
{
struct f2fs_gc_kthread *gc_th = NULL;
struct f2fs_gc_kthread *gc_th;

gc_th = kmalloc(sizeof(struct f2fs_gc_kthread), GFP_KERNEL);
if (!gc_th)
Expand Down
4 changes: 2 additions & 2 deletions trunk/fs/f2fs/segment.c
Original file line number Diff line number Diff line change
Expand Up @@ -1489,7 +1489,7 @@ static int build_free_segmap(struct f2fs_sb_info *sbi)

static int build_curseg(struct f2fs_sb_info *sbi)
{
struct curseg_info *array = NULL;
struct curseg_info *array;
int i;

array = kzalloc(sizeof(*array) * NR_CURSEG_TYPE, GFP_KERNEL);
Expand Down Expand Up @@ -1656,7 +1656,7 @@ int build_segment_manager(struct f2fs_sb_info *sbi)
{
struct f2fs_super_block *raw_super = F2FS_RAW_SUPER(sbi);
struct f2fs_checkpoint *ckpt = F2FS_CKPT(sbi);
struct f2fs_sm_info *sm_info = NULL;
struct f2fs_sm_info *sm_info;
int err;

sm_info = kzalloc(sizeof(struct f2fs_sm_info), GFP_KERNEL);
Expand Down

0 comments on commit c012b44

Please sign in to comment.