diff options
Diffstat (limited to 'drivers/md/bcache/request.c')
| -rw-r--r-- | drivers/md/bcache/request.c | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/md/bcache/request.c b/drivers/md/bcache/request.c index 72cd213f213f..5d5d031cf381 100644 --- a/drivers/md/bcache/request.c +++ b/drivers/md/bcache/request.c @@ -353,14 +353,14 @@ static void bch_data_insert_start(struct closure *cl)  	struct data_insert_op *op = container_of(cl, struct data_insert_op, cl);  	struct bio *bio = op->bio, *n; -	if (op->bypass) -		return bch_data_invalidate(cl); -  	if (atomic_sub_return(bio_sectors(bio), &op->c->sectors_to_gc) < 0) {  		set_gc_sectors(op->c);  		wake_up_gc(op->c);  	} +	if (op->bypass) +		return bch_data_invalidate(cl); +  	/*  	 * Journal writes are marked REQ_FLUSH; if the original write was a  	 * flush, it'll wait on the journal write.  | 
