mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
ANDROID: staging: lustre: fix filler function type
Bug: 67506682 Change-Id: I3a65178adb47119a3dcbc6ca4bcf350085a73ffc Signed-off-by: Sami Tolvanen <samitolvanen@google.com>
This commit is contained in:
@@ -1219,9 +1219,9 @@ struct readpage_param {
|
||||
* in PAGE_SIZE (if PAGE_SIZE greater than LU_PAGE_SIZE), and the
|
||||
* lu_dirpage for this integrated page will be adjusted.
|
||||
**/
|
||||
static int mdc_read_page_remote(void *data, struct page *page0)
|
||||
static int mdc_read_page_remote(struct file *data, struct page *page0)
|
||||
{
|
||||
struct readpage_param *rp = data;
|
||||
struct readpage_param *rp = (struct readpage_param *)data;
|
||||
struct page **page_pool;
|
||||
struct page *page;
|
||||
struct lu_dirpage *dp;
|
||||
|
||||
Reference in New Issue
Block a user