Re: [PATCH] Btrfs: cleanup unused cached_state in __extent_writepage_io

2017-01-26 Thread David Sterba
On Wed, Jan 25, 2017 at 05:15:54PM -0800, Liu Bo wrote: > @cached_state is no more required in __extent_writepage_io, also remove the > goto label. > > Signed-off-by: Liu Bo Reviewed-by: David Sterba -- To unsubscribe from this list: send the line

[PATCH] Btrfs: cleanup unused cached_state in __extent_writepage_io

2017-01-25 Thread Liu Bo
@cached_state is no more required in __extent_writepage_io, also remove the goto label. Signed-off-by: Liu Bo --- fs/btrfs/extent_io.c | 9 + 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c index