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:
0e93b4b
)
cifs: make cifs_readdata_alloc take a work_func_t arg
author
Jeff Layton
<jlayton@redhat.com>
Wed, 16 May 2012 11:13:16 +0000
(07:13 -0400)
committer
Steve French
<sfrench@us.ibm.com>
Thu, 17 May 2012 01:13:29 +0000
(20:13 -0500)
We'll need different completion routines for an uncached read. Allow
the caller to set the one he needs at allocation time. Also, move
most of these functions to file.c so we can make more of them static.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
No differences found