Description: OsFlushDirtyPage 函数内变量类型调整
IssueNo: https://gitee.com/openharmony/kernel_liteos_a/issues/IA87P4 Feature Or Bugfix: Bugfix Binary Source: No Signed-off-by: hw_llm <liu.limin@huawei.com>
This commit is contained in:
parent
b58c6d41f3
commit
4abaa42830
|
@ -261,7 +261,7 @@ STATIC UINT32 GetDirtySize(LosFilePage *fpage, struct Vnode *vnode)
|
|||
|
||||
STATIC INT32 OsFlushDirtyPage(LosFilePage *fpage)
|
||||
{
|
||||
UINT32 ret;
|
||||
ssize_t ret;
|
||||
size_t len;
|
||||
char *buff = NULL;
|
||||
struct Vnode *vnode = fpage->mapping->host;
|
||||
|
|
Loading…
Reference in New Issue