提交 d9e46d5d 编写于 作者: M Matias Bjørling 提交者: Jens Axboe

lightnvm: make __nvm_submit_ppa static

The __nvm_submit_ppa() function is not used outside lightnvm core.
Signed-off-by: NMatias Bjørling <m@bjorling.me>
Signed-off-by: NJens Axboe <axboe@fb.com>
上级 8680f165
...@@ -325,7 +325,7 @@ static void nvm_end_io_sync(struct nvm_rq *rqd) ...@@ -325,7 +325,7 @@ static void nvm_end_io_sync(struct nvm_rq *rqd)
complete(waiting); complete(waiting);
} }
int __nvm_submit_ppa(struct nvm_dev *dev, struct nvm_rq *rqd, int opcode, static int __nvm_submit_ppa(struct nvm_dev *dev, struct nvm_rq *rqd, int opcode,
int flags, void *buf, int len) int flags, void *buf, int len)
{ {
DECLARE_COMPLETION_ONSTACK(wait); DECLARE_COMPLETION_ONSTACK(wait);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册