commit | a72b44222d222749d54b3e370d825094352e389f | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jan 03 09:55:41 2006 +0100 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Jan 06 14:58:52 2006 -0500 |
tree | d64815b696d207927a4154a2cbc649552708c6f2 | |
parent | a895b4a198dd06f8353328867e4f6cfd28b63081 [diff] [blame] |
NFSv4: Allow user to set the port used by the NFSv4 callback channel Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
diff --git a/fs/nfs/callback.h b/fs/nfs/callback.h index a0db2d4f9..b252e7f 100644 --- a/fs/nfs/callback.h +++ b/fs/nfs/callback.h
@@ -65,6 +65,7 @@ extern int nfs_callback_up(void); extern int nfs_callback_down(void); +extern unsigned int nfs_callback_set_tcpport; extern unsigned short nfs_callback_tcpport; #endif /* __LINUX_FS_NFS_CALLBACK_H */