diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2008-12-11 17:56:29 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2009-01-06 11:53:55 -0500 |
commit | b7ba597fb964dfa44284904b3b3d74d44b8e1c42 (patch) | |
tree | a03c62f761cc823c29b9bafd083490b2a3627986 /fs/lockd | |
parent | 8529bc51d30b8f001734b29b21a51b579c260f5b (diff) |
NSM: Move nsm_use_hostnames to mon.c
Clean up.
Treat the nsm_use_hostnames global variable like nsm_local_state.
Note that the default value of nsm_use_hostnames is still zero.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'fs/lockd')
-rw-r--r-- | fs/lockd/mon.c | 3 | ||||
-rw-r--r-- | fs/lockd/svc.c | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fs/lockd/mon.c b/fs/lockd/mon.c index 43be31c4a2de..fafa0ea71938 100644 --- a/fs/lockd/mon.c +++ b/fs/lockd/mon.c | |||
@@ -53,7 +53,8 @@ static DEFINE_SPINLOCK(nsm_lock); | |||
53 | /* | 53 | /* |
54 | * Local NSM state | 54 | * Local NSM state |
55 | */ | 55 | */ |
56 | int nsm_local_state; | 56 | int __read_mostly nsm_local_state; |
57 | int __read_mostly nsm_use_hostnames; | ||
57 | 58 | ||
58 | static inline struct sockaddr *nsm_addr(const struct nsm_handle *nsm) | 59 | static inline struct sockaddr *nsm_addr(const struct nsm_handle *nsm) |
59 | { | 60 | { |
diff --git a/fs/lockd/svc.c b/fs/lockd/svc.c index 0b13392931a6..7ac7d72e3b5f 100644 --- a/fs/lockd/svc.c +++ b/fs/lockd/svc.c | |||
@@ -59,7 +59,6 @@ unsigned long nlmsvc_timeout; | |||
59 | static unsigned long nlm_grace_period; | 59 | static unsigned long nlm_grace_period; |
60 | static unsigned long nlm_timeout = LOCKD_DFLT_TIMEO; | 60 | static unsigned long nlm_timeout = LOCKD_DFLT_TIMEO; |
61 | static int nlm_udpport, nlm_tcpport; | 61 | static int nlm_udpport, nlm_tcpport; |
62 | int nsm_use_hostnames = 0; | ||
63 | 62 | ||
64 | /* RLIM_NOFILE defaults to 1024. That seems like a reasonable default here. */ | 63 | /* RLIM_NOFILE defaults to 1024. That seems like a reasonable default here. */ |
65 | static unsigned int nlm_max_connections = 1024; | 64 | static unsigned int nlm_max_connections = 1024; |