Re: [PATCH] ext4: get rid of the duplicate code on ext4_fill_super
From: Theodore Ts'o <tytso@mit.edu>
Date: 2012-11-08 22:21:07
Also in:
lkml
From: Theodore Ts'o <tytso@mit.edu>
Date: 2012-11-08 22:21:07
Also in:
lkml
On Mon, Oct 29, 2012 at 03:32:08PM +0800, Zhao Hongjiang wrote:
From: Zhao Hongjiang <redacted> Clean the duplicate code on ext4_fill_super cause the bellow also have it. Signed-off-by: Zhao Hongjiang <redacted>
Applied, thanks!
I used the commit description:
ext4: get rid of redundant code in ext4_fill_super()
- Ted