Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264509
b: refs/heads/master
c: b072e9b
h: refs/heads/master
i:
  264507: e1a3363
v: v3
  • Loading branch information
David Howells authored and James Morris committed Aug 22, 2011
1 parent 743fb71 commit adb647f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 8bc16deabce7649e480e94b648c88d4e90c34352
refs/heads/master: b072e9bc2fe9aeff4e104e80e479160349f474a9
2 changes: 1 addition & 1 deletion trunk/security/keys/key.c
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ void key_put(struct key *key)
key_check(key);

if (atomic_dec_and_test(&key->usage))
schedule_work(&key_gc_unused_work);
queue_work(system_nrt_wq, &key_gc_unused_work);
}
}
EXPORT_SYMBOL(key_put);
Expand Down

0 comments on commit adb647f

Please sign in to comment.