commit | 0471ca3fe481cf5ff0ae24c7003f4d9086a02791 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Wed May 16 07:13:16 2012 -0400 |
committer | Steve French <sfrench@us.ibm.com> | Wed May 16 20:13:29 2012 -0500 |
tree | d3d5abc60b7a932210f43fe730f54d3f5359cc3e | |
parent | 0e93b4b304ae052ba1bc73f6d34a68556fe93429 [diff] |
cifs: make cifs_readdata_alloc take a work_func_t arg 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>