Btrfs: cleanup unused cached_state in __extent_writepage_io
authorLiu Bo <bo.li.liu@oracle.com>
Thu, 26 Jan 2017 01:15:54 +0000 (17:15 -0800)
committerDavid Sterba <dsterba@suse.com>
Tue, 14 Feb 2017 14:50:59 +0000 (15:50 +0100)
commitbcf934894f1f4505d0186ec7569949de6e8dd97c
tree75a4662a25952f820afe6d968d2d2509297bdde3
parent003d7c59e8afc9b2c6b0d163e8e115406c4faecc
Btrfs: cleanup unused cached_state in __extent_writepage_io

@cached_state is no more required in __extent_writepage_io, also remove
the goto label.

Signed-off-by: Liu Bo <bo.li.liu@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent_io.c