From: Boaz Harrosh Date: Mon, 31 Oct 2011 21:45:06 +0000 (-0700) Subject: pnfs-obj: Remove redundant EOF from objlayout_io_state X-Git-Tag: v3.2-rc1~52^2~1^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cdc685c7d06f659ef6c336d4242005cdd8df401;p=pandora-kernel.git 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed