git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de9ad6d
)
xen-blkback: enlarge the array size of blkback name
author
Tao Chen
<boby.chen@huawei.com>
Fri, 27 Mar 2015 13:15:54 +0000
(13:15 +0000)
committer
Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com>
Tue, 7 Apr 2015 14:32:42 +0000
(10:32 -0400)
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 <boby.chen@huawei.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
drivers/block/xen-blkback/xenbus.c
patch
|
blob
|
history
diff --cc
drivers/block/xen-blkback/xenbus.c
Simple merge