git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
994c0e9
)
pnfs-obj: Remove redundant EOF from objlayout_io_state
author
Boaz Harrosh
<bharrosh@panasas.com>
Mon, 31 Oct 2011 21:45:06 +0000
(14:45 -0700)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Thu, 3 Nov 2011 03:56:00 +0000
(23:56 -0400)
The EOF calculation was done on .read_pagelist(), cached
in objlayout_io_state->eof, and set in objlayout_read_done()
into nfs_read_data->res.eof.
So set it directly into nfs_read_data->res.eof and avoid
the extra member.
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found