diff options
Diffstat (limited to 'fs/nfs/internal.h')
-rw-r--r-- | fs/nfs/internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h index 12f4c5e6fd39..988c8b9aa78b 100644 --- a/fs/nfs/internal.h +++ b/fs/nfs/internal.h | |||
@@ -206,6 +206,9 @@ extern int nfs4_path_walk(struct nfs_server *server, | |||
206 | const char *path); | 206 | const char *path); |
207 | #endif | 207 | #endif |
208 | 208 | ||
209 | /* read.c */ | ||
210 | extern void nfs_read_prepare(struct rpc_task *task, void *calldata); | ||
211 | |||
209 | /* nfs4proc.c */ | 212 | /* nfs4proc.c */ |
210 | extern int _nfs4_call_sync(struct nfs_server *server, | 213 | extern int _nfs4_call_sync(struct nfs_server *server, |
211 | struct rpc_message *msg, | 214 | struct rpc_message *msg, |