Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127474
b: refs/heads/master
c: b7ba597
h: refs/heads/master
v: v3
  • Loading branch information
Chuck Lever authored and J. Bruce Fields committed Jan 6, 2009
1 parent bb4241d commit 7da2465
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8529bc51d30b8f001734b29b21a51b579c260f5b
refs/heads/master: b7ba597fb964dfa44284904b3b3d74d44b8e1c42
3 changes: 2 additions & 1 deletion trunk/fs/lockd/mon.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ static DEFINE_SPINLOCK(nsm_lock);
/*
* Local NSM state
*/
int nsm_local_state;
int __read_mostly nsm_local_state;
int __read_mostly nsm_use_hostnames;

static inline struct sockaddr *nsm_addr(const struct nsm_handle *nsm)
{
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/lockd/svc.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ unsigned long nlmsvc_timeout;
static unsigned long nlm_grace_period;
static unsigned long nlm_timeout = LOCKD_DFLT_TIMEO;
static int nlm_udpport, nlm_tcpport;
int nsm_use_hostnames = 0;

/* RLIM_NOFILE defaults to 1024. That seems like a reasonable default here. */
static unsigned int nlm_max_connections = 1024;
Expand Down

0 comments on commit 7da2465

Please sign in to comment.