Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348980
b: refs/heads/master
c: 9af45ef
h: refs/heads/master
v: v3
  • Loading branch information
Jaegeuk Kim committed Jan 22, 2013
1 parent 5fb8094 commit 79010ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions 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: a7fdffbd3ea4b3cc2993af006bde38a423b38b72
refs/heads/master: 9af45ef5ab8ce4a13c553200dc15509441fbd68f
6 changes: 5 additions & 1 deletion trunk/fs/f2fs/gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,11 @@ static int gc_node_segment(struct f2fs_sb_info *sbi,
}

/*
* Calculate start block index that this node page contains
* Calculate start block index indicating the given node offset.
* Be careful, caller should give this node offset only indicating direct node
* blocks. If any node offsets, which point the other types of node blocks such
* as indirect or double indirect node blocks, are given, it must be a caller's
* bug.
*/
block_t start_bidx_of_node(unsigned int node_ofs)
{
Expand Down

0 comments on commit 79010ee

Please sign in to comment.