Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223054
b: refs/heads/master
c: 5b362ac
h: refs/heads/master
v: v3
  • Loading branch information
Chuck Lever authored and Trond Myklebust committed Dec 10, 2010
1 parent d15c8e3 commit 3766f20
Show file tree
Hide file tree
Showing 2 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: 2df485a774ba59c3f43bfe84107672c1d9b731a0
refs/heads/master: 5b362ac3799ff4225c40935500f520cad4d7ed66
4 changes: 2 additions & 2 deletions trunk/fs/nfs/mount_clnt.c
Original file line number Diff line number Diff line change
Expand Up @@ -505,13 +505,13 @@ static struct rpc_procinfo mnt3_procedures[] = {

static struct rpc_version mnt_version1 = {
.number = 1,
.nrprocs = 2,
.nrprocs = ARRAY_SIZE(mnt_procedures),
.procs = mnt_procedures,
};

static struct rpc_version mnt_version3 = {
.number = 3,
.nrprocs = 2,
.nrprocs = ARRAY_SIZE(mnt3_procedures),
.procs = mnt3_procedures,
};

Expand Down

0 comments on commit 3766f20

Please sign in to comment.