Re: [PATCH] ext4 : fix comments in ext4_swap_extents

2018-04-19 Thread Jan Kara
On Thu 19-04-18 12:44:56, Theodore Y. Ts'o wrote: > On Thu, Apr 19, 2018 at 04:50:28PM +0200, Jan Kara wrote: > > On Mon 19-03-18 16:34:09, zhenwei.pi wrote: > > > "mark_unwritten" in comment and "unwritten" in variable > > > argument lists is mismatch. > > > > > > Signed-off-by: zhenwei.pi > >

Re: [PATCH] ext4 : fix comments in ext4_swap_extents

2018-04-19 Thread Theodore Y. Ts'o
On Thu, Apr 19, 2018 at 04:50:28PM +0200, Jan Kara wrote: > On Mon 19-03-18 16:34:09, zhenwei.pi wrote: > > "mark_unwritten" in comment and "unwritten" in variable > > argument lists is mismatch. > > > > Signed-off-by: zhenwei.pi > > This seems to have fallen through cracks. The patch looks good

Re: [PATCH] ext4 : fix comments in ext4_swap_extents

2018-04-19 Thread Jan Kara
On Mon 19-03-18 16:34:09, zhenwei.pi wrote: > "mark_unwritten" in comment and "unwritten" in variable > argument lists is mismatch. > > Signed-off-by: zhenwei.pi This seems to have fallen through cracks. The patch looks good to me. Ted, can you please merge it? Thanks!

Re: [PATCH] ext4 : fix comments in ext4_swap_extents

2018-03-25 Thread Theodore Y. Ts'o
On Sat, Mar 24, 2018 at 03:28:24PM +0800, zhenwei.pi wrote: > "mark_unwritten" in comment and "unwritten" in variable > argument lists is mismatch. > > Signed-off-by: zhenwei.pi Applied, thanks. - Ted

[PATCH] ext4 : fix comments in ext4_swap_extents

2018-03-24 Thread zhenwei.pi
"mark_unwritten" in comment and "unwritten" in variable argument lists is mismatch. Signed-off-by: zhenwei.pi --- fs/ext4/extents.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c index 054416e..2fc4227 100644 --- a/fs/ext4/extents.c +++

[PATCH] ext4 : fix comments in ext4_swap_extents

2018-03-19 Thread zhenwei.pi
"mark_unwritten" in comment and "unwritten" in variable argument lists is mismatch. Signed-off-by: zhenwei.pi --- fs/ext4/extents.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c index 054416e..2fc4227 100644 --- a/fs/ext4/extents.c +++