cifs: add wrapper for cifs_async_readv to retry opening file
authorJeff Layton <jlayton@redhat.com>
Wed, 16 May 2012 11:13:17 +0000 (07:13 -0400)
committerSteve French <sfrench@us.ibm.com>
Thu, 17 May 2012 01:13:30 +0000 (20:13 -0500)
commit2a1bb13853300bbb5a58eab006189d2c0dc215a0
treeaac510510cd175bfabd50dd7f3bb5d799ec1fa4a
parent6993f74a5bf836210e7f253d5ad3f76d73a95f51
cifs: add wrapper for cifs_async_readv to retry opening file

We'll need this same bit of code for the uncached case.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
fs/cifs/file.c