mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
Linux: remove unused variable
endindex is not used, remove it Change-Id: I50a89e3f25828c05fd24f4fc6a1068007a68dbc2 Reviewed-on: http://gerrit.openafs.org/5012 Tested-by: Derrick Brashear <shadow@dementia.org> Reviewed-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
4b9ad1b56e
commit
a76e65034c
@ -1516,7 +1516,7 @@ afs_linux_read_cache(struct file *cachefp, struct page *page,
|
||||
struct inode *cacheinode = cachefp->f_dentry->d_inode;
|
||||
struct page *newpage, *cachepage;
|
||||
struct address_space *cachemapping;
|
||||
int pageindex, endindex;
|
||||
int pageindex;
|
||||
int code = 0;
|
||||
|
||||
cachemapping = cacheinode->i_mapping;
|
||||
|
Loading…
Reference in New Issue
Block a user