Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82429
b: refs/heads/master
c: deda2fa
h: refs/heads/master
i:
  82427: 6b81eb2
v: v3
  • Loading branch information
J. Bruce Fields committed Feb 1, 2008
1 parent 9393a27 commit e156cc7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 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: 49ba87811f34a0219dc7a373cd24aa68450f2058
refs/heads/master: deda2faa8e71474c828d8eefc8bc0f19d02062ef
13 changes: 6 additions & 7 deletions trunk/fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -491,15 +491,14 @@ gen_clid(struct nfs4_client *clp) {
clp->cl_clientid.cl_id = current_clientid++;
}

static void
gen_confirm(struct nfs4_client *clp) {
struct timespec tv;
u32 * p;
static void gen_confirm(struct nfs4_client *clp)
{
static u32 i;
u32 *p;

tv = CURRENT_TIME;
p = (u32 *)clp->cl_confirm.data;
*p++ = tv.tv_sec;
*p++ = tv.tv_nsec;
*p++ = get_seconds();
*p++ = i++;
}

static int
Expand Down

0 comments on commit e156cc7

Please sign in to comment.