bcache: Kill bucket->gc_gen
authorKent Overstreet <kmo@daterainc.com>
Fri, 28 Feb 2014 01:51:12 +0000 (17:51 -0800)
committerKent Overstreet <kmo@daterainc.com>
Tue, 18 Mar 2014 19:24:54 +0000 (12:24 -0700)
gc_gen was a temporary used to recalculate last_gc, but since we only need
bucket->last_gc when gc isn't running (gc_mark_valid = 1), we can just update
last_gc directly.

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

No differences found