Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105211
b: refs/heads/master
c: 3f9b48a
h: refs/heads/master
i:
  105209: 44e4c83
  105207: aafa100
v: v3
  • Loading branch information
Mike Travis authored and Thomas Gleixner committed May 23, 2008
1 parent 9d3ea36 commit 08cbe0f
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: cad0e458d17c643c20c1d38f45a1d26125e6a622
refs/heads/master: 3f9b48a7584851997702cdc3f58e7811b5546397
2 changes: 1 addition & 1 deletion trunk/net/sunrpc/svc.c
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ __svc_create_thread(svc_thread_fn func, struct svc_serv *serv,
error = kernel_thread((int (*)(void *)) func, rqstp, 0);

if (have_oldmask)
set_cpus_allowed(current, oldmask);
set_cpus_allowed_ptr(current, &oldmask);

if (error < 0)
goto out_thread;
Expand Down

0 comments on commit 08cbe0f

Please sign in to comment.