From: Sachin Prabhu Date: Fri, 13 Sep 2013 13:11:56 +0000 (+0100) Subject: cifs: Do not take a reference to the page in cifs_readpage_worker() X-Git-Tag: v3.12-rc1~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9e9b7bc15a32ec5b0679704e70f3ffeecfaadd8;p=pandora-kernel.git cifs: Do not take a reference to the page in cifs_readpage_worker() We do not need to take a reference to the pagecache in cifs_readpage_worker() since the calling function will have already taken one before passing the pointer to the page as an argument to the function. Signed-off-by: Sachin Prabhu Reviewed-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed