summaryrefslogtreecommitdiff
path: root/fs/nfs/objlayout/objlayout.h
diff options
context:
space:
mode:
authorBoaz Harrosh <bharrosh@panasas.com>2011-11-01 01:45:06 +0400
committerTrond Myklebust <Trond.Myklebust@netapp.com>2011-11-03 07:56:00 +0400
commit4cdc685c7d06f659ef6c336d4242005cdd8df401 (patch)
treeaf4074fae08ad9d24b035b54ab065f90bae31b5f /fs/nfs/objlayout/objlayout.h
parent994c0e992522c123298b4a91b72f5e67ba2d1123 (diff)
downloadlinux-4cdc685c7d06f659ef6c336d4242005cdd8df401.tar.xz
pnfs-obj: Remove redundant EOF from objlayout_io_state
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>
Diffstat (limited to 'fs/nfs/objlayout/objlayout.h')
-rw-r--r--fs/nfs/objlayout/objlayout.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/objlayout/objlayout.h b/fs/nfs/objlayout/objlayout.h
index a8244c8e042d..ffb884c6fef0 100644
--- a/fs/nfs/objlayout/objlayout.h
+++ b/fs/nfs/objlayout/objlayout.h
@@ -86,7 +86,6 @@ struct objlayout_io_state {
void *rpcdata;
int status; /* res */
- int eof; /* res */
int committed; /* res */
/* Error reporting (layout_return) */