Re: [f2fs-dev] [PATCH 1/4] f2fs: rename logical_to_blk and blk_to_logical

2020-12-01 Thread Chao Yu
On 2020/12/1 12:09, Jaegeuk Kim wrote: Forgot to add f2fs mailing list. On 11/25, Jaegeuk Kim wrote: This patch renames two functions like below having u64. - logical_to_blk to bytes_to_blks - blk_to_logical to blks_to_bytes Signed-off-by: Jaegeuk Kim Reviewed-by: Chao Yu Thanks,

Re: [PATCH 1/4] f2fs: rename logical_to_blk and blk_to_logical

2020-11-30 Thread Jaegeuk Kim
Forgot to add f2fs mailing list. On 11/25, Jaegeuk Kim wrote: > This patch renames two functions like below having u64. > - logical_to_blk to bytes_to_blks > - blk_to_logical to blks_to_bytes > > Signed-off-by: Jaegeuk Kim > --- > fs/f2fs/data.c | 40

[PATCH 1/4] f2fs: rename logical_to_blk and blk_to_logical

2020-11-25 Thread Jaegeuk Kim
This patch renames two functions like below having u64. - logical_to_blk to bytes_to_blks - blk_to_logical to blks_to_bytes Signed-off-by: Jaegeuk Kim --- fs/f2fs/data.c | 40 1 file changed, 20 insertions(+), 20 deletions(-) diff --git