Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92834
b: refs/heads/master
c: c3bb257
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and J. Bruce Fields committed Apr 23, 2008
1 parent aa750a0 commit ddca0f8
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: 30aef3166ab27f7bcb14c5e809205af8126fa10b
refs/heads/master: c3bb257d2d3a1a4e49372b9d74eaebe0fcf110dd
2 changes: 1 addition & 1 deletion trunk/net/sunrpc/svc.c
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ __svc_create_thread(svc_thread_fn func, struct svc_serv *serv,
struct svc_rqst *rqstp;
int error = -ENOMEM;
int have_oldmask = 0;
cpumask_t oldmask;
cpumask_t uninitialized_var(oldmask);

rqstp = svc_prepare_thread(serv, pool);
if (IS_ERR(rqstp)) {
Expand Down

0 comments on commit ddca0f8

Please sign in to comment.