Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294444
b: refs/heads/master
c: 8833812
h: refs/heads/master
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Feb 6, 2012
1 parent eccb4df commit 7e262cf
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: 5753cba17611af108995672c4e2d978014e17a56
refs/heads/master: 883381246c5ac2c29b849fe619f55fa5961ee76d
2 changes: 1 addition & 1 deletion trunk/include/linux/nfs_fs_sb.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ struct nfs_server {


/* maximum number of slots to use */
#define NFS4_MAX_SLOT_TABLE RPC_MAX_SLOT_TABLE
#define NFS4_MAX_SLOT_TABLE (128U)

#if defined(CONFIG_NFS_V4)

Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/sunrpc/xprt.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

#define RPC_MIN_SLOT_TABLE (2U)
#define RPC_DEF_SLOT_TABLE (16U)
#define RPC_MAX_SLOT_TABLE (128U)
#define RPC_MAX_SLOT_TABLE_LIMIT (65536U)
#define RPC_MAX_SLOT_TABLE RPC_MAX_SLOT_TABLE_LIMIT

/*
* This describes a timeout strategy
Expand Down

0 comments on commit 7e262cf

Please sign in to comment.