Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3110
b: refs/heads/master
c: 707d4ab
h: refs/heads/master
v: v3
  • Loading branch information
NeilBrown authored and Linus Torvalds committed Jun 24, 2005
1 parent 60f9d47 commit 9e05a33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: ac4d8ff2a57179de3ef7834c6ab3fac430b0a05d
refs/heads/master: 707d4ab7b3aa6d1f7a7d2cd123fb83ba9a528205
3 changes: 0 additions & 3 deletions trunk/fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
/* Globals */
static time_t lease_time = 90; /* default lease time */
static time_t user_lease_time = 90;
static u32 nfs4_reclaim_init = 0;
time_t boot_time;
static time_t grace_end = 0;
static u32 current_clientid = 1;
Expand Down Expand Up @@ -3128,7 +3127,6 @@ nfs4_release_reclaim(void)
struct nfs4_client_reclaim *crp = NULL;
int i;

BUG_ON(!nfs4_reclaim_init);
for (i = 0; i < CLIENT_HASH_SIZE; i++) {
while (!list_empty(&reclaim_str_hashtbl[i])) {
crp = list_entry(reclaim_str_hashtbl[i].next,
Expand Down Expand Up @@ -3214,7 +3212,6 @@ nfs4_state_init(void)
for (i = 0; i < CLIENT_HASH_SIZE; i++)
INIT_LIST_HEAD(&reclaim_str_hashtbl[i]);
reclaim_str_hashtbl_size = 0;
nfs4_reclaim_init = 1;
}

/* initialization to perform when the nfsd service is started: */
Expand Down

0 comments on commit 9e05a33

Please sign in to comment.