diff options
Diffstat (limited to 'fs/nfs/internal.h')
-rw-r--r-- | fs/nfs/internal.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h index 7cef45db9257..8d67c2865dc3 100644 --- a/fs/nfs/internal.h +++ b/fs/nfs/internal.h | |||
@@ -206,6 +206,18 @@ extern int nfs4_path_walk(struct nfs_server *server, | |||
206 | const char *path); | 206 | const char *path); |
207 | #endif | 207 | #endif |
208 | 208 | ||
209 | /* nfs4proc.c */ | ||
210 | extern int _nfs4_call_sync(struct nfs_server *server, | ||
211 | struct rpc_message *msg, | ||
212 | struct nfs4_sequence_args *args, | ||
213 | struct nfs4_sequence_res *res, | ||
214 | int cache_reply); | ||
215 | extern int _nfs4_call_sync_session(struct nfs_server *server, | ||
216 | struct rpc_message *msg, | ||
217 | struct nfs4_sequence_args *args, | ||
218 | struct nfs4_sequence_res *res, | ||
219 | int cache_reply); | ||
220 | |||
209 | /* | 221 | /* |
210 | * Determine if sessions are in use. | 222 | * Determine if sessions are in use. |
211 | */ | 223 | */ |