commit | 3e6c05052c262ebe7fdd85e75e9d4f956cdd8d82 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jaxboe@fusionio.com> | Mon Jun 07 20:17:38 2010 +0200 |
committer | Jens Axboe <jaxboe@fusionio.com> | Thu Jun 10 19:08:34 2010 +0200 |
tree | 35b65924594cc085cc21b36c1b9f918961e760e0 | |
parent | b0018361c3f934858592cbbb5e1a4f318c2a70ed [diff] |
block: remove duplicate BUG_ON() in bd_finish_claiming() We do the same BUG_ON() just a line later when calling into __bd_abort_claiming(). Reported-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>