Anna Schumaker | 00a36a10 | 2014-09-03 12:19:08 -0400 | [diff] [blame^] | 1 | /* |
| 2 | * Copyright (C) 2014 Anna Schumaker. |
| 3 | * |
| 4 | * NFSv3-specific filesystem definitions and declarations |
| 5 | */ |
| 6 | #ifndef __LINUX_FS_NFS_NFS3_FS_H |
| 7 | #define __LINUX_FS_NFS_NFS3_FS_H |
| 8 | |
| 9 | /* nfs3client.c */ |
| 10 | struct nfs_server *nfs3_create_server(struct nfs_mount_info *, struct nfs_subversion *); |
| 11 | struct nfs_server *nfs3_clone_server(struct nfs_server *, struct nfs_fh *, |
| 12 | struct nfs_fattr *, rpc_authflavor_t); |
| 13 | |
| 14 | |
| 15 | #endif /* __LINUX_FS_NFS_NFS3_FS_H */ |