Re: [f2fs-dev] [PATCH] mkfs.f2fs: Fix the checkpoint version written to the footer of the root inode

2018-07-27 Thread Jaegeuk Kim
On 07/23, Sotirios-Efstathios Maneas wrote: > Dear all, > > The following patch fixes the checkpoint version written to the footer of the > inode associated with the root directory, while creating > the file system from scratch. Furthermore, the patch fixes some typos in the > printed messages.

Re: [f2fs-dev] [PATCH] mkfs.f2fs: Fix the checkpoint version written to the footer of the root inode

2018-07-25 Thread Chao Yu
Hello, Could you please make patch with git format-patch instead of git diff? On 2018/7/24 10:28, Sotirios-Efstathios Maneas wrote: > Dear all, > > The following patch fixes the checkpoint version written to the footer of the > inode associated with the root directory, while creating > the file

[f2fs-dev] [PATCH] mkfs.f2fs: Fix the checkpoint version written to the footer of the root inode

2018-07-23 Thread Sotirios-Efstathios Maneas
Dear all, The following patch fixes the checkpoint version written to the footer of the inode associated with the root directory, while creating the file system from scratch. Furthermore, the patch fixes some typos in the printed messages. diff --git a/mkfs/f2fs_format.c b/mkfs/f2fs_format.c in