From: Tao Chen Date: Fri, 27 Mar 2015 13:15:54 +0000 (+0000) Subject: xen-blkback: enlarge the array size of blkback name X-Git-Tag: omap-for-v4.1/fixes-rc1~118^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1375590d3e18b4d87d2f768178e93a0c8644a7dc;p=pandora-kernel.git xen-blkback: enlarge the array size of blkback name The blkback name is like blkback.domid.xvd[a-z], if domid has four digits (means larger than 1000), then the backmost xvd wouldn't be fully shown. Define a BLKBACK_NAME_LEN macro to be 20, enlarge the array size of blkback name, so it will be fully shown in any case. Signed-off-by: Tao Chen Signed-off-by: Konrad Rzeszutek Wilk Acked-by: Roger Pau Monné --- Reading git-diff-tree failed