From: Trond Myklebust Date: Tue, 15 Apr 2008 20:33:58 +0000 (-0400) Subject: NFS: Ensure that the read code cleans up properly when rpc_run_task() fails X-Git-Tag: v2.6.26-rc1~1082^2^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdd1e74c89fe39259a29c494209abad63ff76f82;p=pandora-kernel.git NFS: Ensure that the read code cleans up properly when rpc_run_task() fails In the case of readpage() we need to ensure that the pages get unlocked, and that the error is flagged. In the case of O_DIRECT, we need to ensure that the pages are all released. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed