Re: [PATCH] ext3: get rid of the duplicate code on ext3_fill_super

2012-10-29 Thread Jan Kara
On Mon 29-10-12 15:28:07, Zhao Hongjiang wrote: > From: Zhao Hongjiang > > Clean the duplicate code on ext3_fill_super cause the bellow > also have it. > > Signed-off-by: Zhao Hongjiang Thanks. I've merged the patch to my tree with somewhat updated changelog: Setting s_mount_opt to 0 is unnec

[PATCH] ext3: get rid of the duplicate code on ext3_fill_super

2012-10-29 Thread Zhao Hongjiang
From: Zhao Hongjiang Clean the duplicate code on ext3_fill_super cause the bellow also have it. Signed-off-by: Zhao Hongjiang --- fs/ext3/super.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/fs/ext3/super.c b/fs/ext3/super.c index 5366393..6e50223 100644 --- a/fs/