mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
NFS: Fix more NFS debug related build warnings
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
parent
ffa94db604
commit
6f00866ddd
5 changed files with 14 additions and 5 deletions
|
@ -233,12 +233,11 @@ bl_read_pagelist(struct nfs_read_data *rdata)
|
|||
sector_t isect, extent_length = 0;
|
||||
struct parallel_io *par;
|
||||
loff_t f_offset = rdata->args.offset;
|
||||
size_t count = rdata->args.count;
|
||||
struct page **pages = rdata->args.pages;
|
||||
int pg_index = rdata->args.pgbase >> PAGE_CACHE_SHIFT;
|
||||
|
||||
dprintk("%s enter nr_pages %u offset %lld count %Zd\n", __func__,
|
||||
rdata->npages, f_offset, count);
|
||||
dprintk("%s enter nr_pages %u offset %lld count %u\n", __func__,
|
||||
rdata->npages, f_offset, (unsigned int)rdata->args.count);
|
||||
|
||||
par = alloc_parallel(rdata);
|
||||
if (!par)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue