bcache: Remove unnecessary check in should_split()
authorKent Overstreet <kmo@daterainc.com>
Thu, 25 Jul 2013 00:20:00 +0000 (17:20 -0700)
committerKent Overstreet <kmo@daterainc.com>
Mon, 11 Nov 2013 05:55:56 +0000 (21:55 -0800)
Checking i->seq was redundant, because since ages ago we always
initialize the new bset when advancing b->written

Signed-off-by: Kent Overstreet <kmo@daterainc.com>

No differences found