git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da17eec
)
f2fs: introduce macros to convert bytes and blocks in f2fs
author
Jaegeuk Kim
<jaegeuk@kernel.org>
Mon, 9 Feb 2015 20:02:44 +0000
(12:02 -0800)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Thu, 12 Feb 2015 01:04:48 +0000
(17:04 -0800)
This patch adds two macros for transition between byte and block offsets.
Currently, f2fs only supports 4KB blocks, so use the default size for now.
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
No differences found