commit | f7ef9b83b583640111039b30e13263b71c3a6ed5 | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@kernel.org> | Mon Feb 09 12:02:44 2015 -0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Wed Feb 11 17:04:48 2015 -0800 |
tree | 712cb50392f1b1a2d922a991fa63acf8d5c3c553 | |
parent | da17eece035d72cb50d48529744a490784f29d2f [diff] |
f2fs: introduce macros to convert bytes and blocks in f2fs 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>