Re: [PATCH] null_blk: fix a bug in capacity calculation

2013-10-11 Thread Jens Axboe
On 10/10/2013 10:14 PM, Shaohua Li wrote: > the capacity calculation is obvious buggy. Thanks, applied. -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/

[PATCH] null_blk: fix a bug in capacity calculation

2013-10-10 Thread Shaohua Li
the capacity calculation is obvious buggy. Signed-off-by: Shaohua Li --- drivers/block/null_blk.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: master/drivers/block/null_blk.c === --- master.orig/drivers/block/nul