Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
6f03a7ff
cloud-kernel
项目概览
openanolis
/
cloud-kernel
大约 1 年 前同步成功
通知
158
Star
36
Fork
7
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
10
列表
看板
标记
里程碑
合并请求
2
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
cloud-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
10
Issue
10
列表
看板
标记
里程碑
合并请求
2
合并请求
2
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
6f03a7ff
编写于
11月 16, 2015
作者:
K
Konrad Rzeszutek Wilk
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
xen/blkfront: Cleanup of comments, fix unaligned variables, and syntax errors.
Signed-off-by:
N
Konrad Rzeszutek Wilk
<
konrad.wilk@oracle.com
>
上级
28d949bc
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
6 addition
and
7 deletion
+6
-7
drivers/block/xen-blkfront.c
drivers/block/xen-blkfront.c
+6
-7
未找到文件。
drivers/block/xen-blkfront.c
浏览文件 @
6f03a7ff
...
@@ -118,8 +118,8 @@ MODULE_PARM_DESC(max_ring_page_order, "Maximum order of pages to be used for the
...
@@ -118,8 +118,8 @@ MODULE_PARM_DESC(max_ring_page_order, "Maximum order of pages to be used for the
__CONST_RING_SIZE(blkif, XEN_PAGE_SIZE * XENBUS_MAX_RING_GRANTS)
__CONST_RING_SIZE(blkif, XEN_PAGE_SIZE * XENBUS_MAX_RING_GRANTS)
/*
/*
* ring-ref%
i
i=(-1UL) would take 11 characters + 'ring-ref' is 8, so 19
* ring-ref%
u
i=(-1UL) would take 11 characters + 'ring-ref' is 8, so 19
* characters are enough. Define to 20 to keep consist with backend.
* characters are enough. Define to 20 to keep consist
ent
with backend.
*/
*/
#define RINGREF_NAME_LEN (20)
#define RINGREF_NAME_LEN (20)
/*
/*
...
@@ -238,7 +238,7 @@ static int get_id_from_freelist(struct blkfront_ring_info *rinfo)
...
@@ -238,7 +238,7 @@ static int get_id_from_freelist(struct blkfront_ring_info *rinfo)
}
}
static
int
add_id_to_freelist
(
struct
blkfront_ring_info
*
rinfo
,
static
int
add_id_to_freelist
(
struct
blkfront_ring_info
*
rinfo
,
unsigned
long
id
)
unsigned
long
id
)
{
{
if
(
rinfo
->
shadow
[
id
].
req
.
u
.
rw
.
id
!=
id
)
if
(
rinfo
->
shadow
[
id
].
req
.
u
.
rw
.
id
!=
id
)
return
-
EINVAL
;
return
-
EINVAL
;
...
@@ -257,7 +257,7 @@ static int fill_grant_buffer(struct blkfront_ring_info *rinfo, int num)
...
@@ -257,7 +257,7 @@ static int fill_grant_buffer(struct blkfront_ring_info *rinfo, int num)
struct
grant
*
gnt_list_entry
,
*
n
;
struct
grant
*
gnt_list_entry
,
*
n
;
int
i
=
0
;
int
i
=
0
;
while
(
i
<
num
)
{
while
(
i
<
num
)
{
gnt_list_entry
=
kzalloc
(
sizeof
(
struct
grant
),
GFP_NOIO
);
gnt_list_entry
=
kzalloc
(
sizeof
(
struct
grant
),
GFP_NOIO
);
if
(
!
gnt_list_entry
)
if
(
!
gnt_list_entry
)
goto
out_of_memory
;
goto
out_of_memory
;
...
@@ -776,7 +776,7 @@ static inline bool blkif_request_flush_invalid(struct request *req,
...
@@ -776,7 +776,7 @@ static inline bool blkif_request_flush_invalid(struct request *req,
}
}
static
int
blkif_queue_rq
(
struct
blk_mq_hw_ctx
*
hctx
,
static
int
blkif_queue_rq
(
struct
blk_mq_hw_ctx
*
hctx
,
const
struct
blk_mq_queue_data
*
qd
)
const
struct
blk_mq_queue_data
*
qd
)
{
{
unsigned
long
flags
;
unsigned
long
flags
;
struct
blkfront_ring_info
*
rinfo
=
(
struct
blkfront_ring_info
*
)
hctx
->
driver_data
;
struct
blkfront_ring_info
*
rinfo
=
(
struct
blkfront_ring_info
*
)
hctx
->
driver_data
;
...
@@ -1968,8 +1968,7 @@ static int blkfront_resume(struct xenbus_device *dev)
...
@@ -1968,8 +1968,7 @@ static int blkfront_resume(struct xenbus_device *dev)
return
err
;
return
err
;
}
}
static
void
static
void
blkfront_closing
(
struct
blkfront_info
*
info
)
blkfront_closing
(
struct
blkfront_info
*
info
)
{
{
struct
xenbus_device
*
xbdev
=
info
->
xbdev
;
struct
xenbus_device
*
xbdev
=
info
->
xbdev
;
struct
block_device
*
bdev
=
NULL
;
struct
block_device
*
bdev
=
NULL
;
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录