git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d5ce4d
)
cifs: add refcounting to cifs_readdata structures
author
Jeff Layton
<jlayton@redhat.com>
Wed, 16 May 2012 11:13:17 +0000
(07:13 -0400)
committer
Steve French
<sfrench@us.ibm.com>
Thu, 17 May 2012 01:13:30 +0000
(20:13 -0500)
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 <jlayton@redhat.com>
No differences found