From: Pavel Shilovsky Date: Fri, 21 Oct 2011 06:14:04 +0000 (+0400) Subject: CIFS: Fix error handling in cifs_readv_complete X-Git-Tag: v3.2-rc1~133^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2d6b6cacb4fd4494b4037c01abb1332cefbb37b;p=pandora-kernel.git CIFS: Fix error handling in cifs_readv_complete In cifs_readv_receive we don't update rdata->result to error value after kmap'ing a page. We should kunmap the page in the no error case only. Signed-off-by: Pavel Shilovsky Reviewed-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed