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 988c8b9aa78b..f62bc5226155 100644 --- a/fs/nfs/internal.h +++ b/fs/nfs/internal.h | |||
@@ -209,6 +209,9 @@ extern int nfs4_path_walk(struct nfs_server *server, | |||
209 | /* read.c */ | 209 | /* read.c */ |
210 | extern void nfs_read_prepare(struct rpc_task *task, void *calldata); | 210 | extern void nfs_read_prepare(struct rpc_task *task, void *calldata); |
211 | 211 | ||
212 | /* write.c */ | ||
213 | extern void nfs_write_prepare(struct rpc_task *task, void *calldata); | ||
214 | |||
212 | /* nfs4proc.c */ | 215 | /* nfs4proc.c */ |
213 | extern int _nfs4_call_sync(struct nfs_server *server, | 216 | extern int _nfs4_call_sync(struct nfs_server *server, |
214 | struct rpc_message *msg, | 217 | struct rpc_message *msg, |