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:
hw_llm 2024-09-06 14:41:43 +08:00
parent b58c6d41f3
commit 4abaa42830
1 changed files with 1 additions and 1 deletions

View File

@ -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;