diff options
| author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-01-03 03:55:41 -0500 |
|---|---|---|
| committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-01-06 14:58:52 -0500 |
| commit | a72b44222d222749d54b3e370d825094352e389f (patch) | |
| tree | d64815b696d207927a4154a2cbc649552708c6f2 /include/linux | |
| parent | a895b4a198dd06f8353328867e4f6cfd28b63081 (diff) | |
NFSv4: Allow user to set the port used by the NFSv4 callback channel
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/nfs_fs.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index 408d82d3d97c..547d649b274e 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h | |||
| @@ -392,6 +392,17 @@ extern int nfs_instantiate(struct dentry *dentry, struct nfs_fh *fh, struct nfs_ | |||
| 392 | extern struct inode_operations nfs_symlink_inode_operations; | 392 | extern struct inode_operations nfs_symlink_inode_operations; |
| 393 | 393 | ||
| 394 | /* | 394 | /* |
| 395 | * linux/fs/nfs/sysctl.c | ||
| 396 | */ | ||
| 397 | #ifdef CONFIG_SYSCTL | ||
| 398 | extern int nfs_register_sysctl(void); | ||
| 399 | extern void nfs_unregister_sysctl(void); | ||
| 400 | #else | ||
| 401 | #define nfs_register_sysctl() do { } while(0) | ||
| 402 | #define nfs_unregister_sysctl() do { } while(0) | ||
| 403 | #endif | ||
| 404 | |||
| 405 | /* | ||
| 395 | * linux/fs/nfs/unlink.c | 406 | * linux/fs/nfs/unlink.c |
| 396 | */ | 407 | */ |
| 397 | extern int nfs_async_unlink(struct dentry *); | 408 | extern int nfs_async_unlink(struct dentry *); |
