Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139618
b: refs/heads/master
c: 417b43d
h: refs/heads/master
v: v3
  • Loading branch information
Anton Blanchard authored and Linus Torvalds committed Apr 3, 2009
1 parent 3238301 commit 17def0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 98f4ebb290a7dca8c48f27ec1d2cab8fa7982dad
refs/heads/master: 417b43d4b728619e9bcc2da4fa246a6350d46667
3 changes: 2 additions & 1 deletion trunk/drivers/char/random.c
Original file line number Diff line number Diff line change
Expand Up @@ -1488,7 +1488,8 @@ static void rekey_seq_generator(struct work_struct *work)
keyptr->count = (ip_cnt & COUNT_MASK) << HASH_BITS;
smp_wmb();
ip_cnt++;
schedule_delayed_work(&rekey_work, REKEY_INTERVAL);
schedule_delayed_work(&rekey_work,
round_jiffies_relative(REKEY_INTERVAL));
}

static inline struct keydata *get_keyptr(void)
Expand Down

0 comments on commit 17def0a

Please sign in to comment.