mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-10 15:19:51 +00:00
afs: Kill struct afs_read::pg_offset
Kill struct afs_read::pg_offset as nothing uses it. It's unnecessary as pos can be masked off. Signed-off-by: David Howells <dhowells@redhat.com>
This commit is contained in:
parent
6db3ac3c4b
commit
3448e65217
@ -135,7 +135,6 @@ struct afs_read {
|
||||
atomic_t usage;
|
||||
unsigned int remain; /* Amount remaining */
|
||||
unsigned int index; /* Which page we're reading into */
|
||||
unsigned int pg_offset; /* Offset in page we're at */
|
||||
unsigned int nr_pages;
|
||||
void (*page_done)(struct afs_call *, struct afs_read *);
|
||||
struct page *pages[];
|
||||
|
Loading…
x
Reference in New Issue
Block a user