Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30131
b: refs/heads/master
c: 6ab86aa
h: refs/heads/master
i:
  30129: de5bbb5
  30127: 38ff5db
v: v3
  • Loading branch information
Andrew Morton authored and Trond Myklebust committed Jun 25, 2006
1 parent 4e678a8 commit fe9a691
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d75d54147db9db5194040bd1c5022df6ba36ee48
refs/heads/master: 6ab86aa13045e7f6742af0b3c3c45f952f9fbb8d
4 changes: 4 additions & 0 deletions trunk/fs/nfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ static struct super_operations nfs4_sops = {
};
#endif

#ifdef CONFIG_NFS_V4
static const int nfs_set_port_min = 0;
static const int nfs_set_port_max = 65535;

Expand All @@ -202,7 +203,9 @@ static int param_set_port(const char *val, struct kernel_param *kp)

module_param_call(callback_tcpport, param_set_port, param_get_int,
&nfs_callback_set_tcpport, 0644);
#endif

#ifdef CONFIG_NFS_V4
static int param_set_idmap_timeout(const char *val, struct kernel_param *kp)
{
char *endp;
Expand All @@ -216,6 +219,7 @@ static int param_set_idmap_timeout(const char *val, struct kernel_param *kp)

module_param_call(idmap_cache_timeout, param_set_idmap_timeout, param_get_int,
&nfs_idmap_cache_timeout, 0644);
#endif

/*
* Register the NFS filesystems
Expand Down

0 comments on commit fe9a691

Please sign in to comment.