From: Jeff Layton Date: Wed, 16 May 2012 11:13:17 +0000 (-0400) Subject: cifs: add refcounting to cifs_readdata structures X-Git-Tag: v3.5-rc1~50^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6993f74a5bf836210e7f253d5ad3f76d73a95f51;p=pandora-kernel.git cifs: add refcounting to cifs_readdata structures This isn't strictly necessary for the async readpages code, but the uncached version will need to be able to collect the replies after issuing the calls. Add a kref to cifs_readdata and use change the code to take and put references appropriately. Signed-off-by: Jeff Layton --- Reading git-diff-tree failed