linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: nfsd/cpus4096 merge conflict
@ 2008-06-11  4:40 Stephen Rothwell
  2008-06-11 13:43 ` Mike Travis
  2008-06-11 22:22 ` J. Bruce Fields
  0 siblings, 2 replies; 3+ messages in thread
From: Stephen Rothwell @ 2008-06-11  4:40 UTC (permalink / raw)
  To: J. Bruce Fields
  Cc: linux-next, Mike Travis, Jeff Layton, Thomas Gleixner,
	Ingo Molnar, H. Peter Anvin

[-- Attachment #1: Type: text/plain, Size: 804 bytes --]

Hi Bruce,

Today's linux-next merge of the nfsd tree got a conflict in
net/sunrpc/svc.c between commit 3f9b48a7584851997702cdc3f58e7811b5546397
("net: Pass reference to cpumask variable in net/sunrpc/svc.c") from the
cpus4096 tree and commit 89a8922f36389cd4a284e5d7727cd792ef4544e0
("knfsd: convert knfsd to kthread API") from the nfsd tree.

It appears that the cpus4096 patch may no longer be needed as it was just
changing "set_cpus_allowed(current, oldmask)" to "set_cpus_allowed_ptr
(current, &oldmask)" in __svc_create_thread() which has been removed and
there doesn't appear to be any new calls to set_cpus_allowed added.

I could be wrong, so it is probably worth checking.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: linux-next: nfsd/cpus4096 merge conflict
  2008-06-11  4:40 linux-next: nfsd/cpus4096 merge conflict Stephen Rothwell
@ 2008-06-11 13:43 ` Mike Travis
  2008-06-11 22:22 ` J. Bruce Fields
  1 sibling, 0 replies; 3+ messages in thread
From: Mike Travis @ 2008-06-11 13:43 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: J. Bruce Fields, linux-next, Jeff Layton, Thomas Gleixner,
	Ingo Molnar, H. Peter Anvin

Stephen Rothwell wrote:
> Hi Bruce,
> 
> Today's linux-next merge of the nfsd tree got a conflict in
> net/sunrpc/svc.c between commit 3f9b48a7584851997702cdc3f58e7811b5546397
> ("net: Pass reference to cpumask variable in net/sunrpc/svc.c") from the
> cpus4096 tree and commit 89a8922f36389cd4a284e5d7727cd792ef4544e0
> ("knfsd: convert knfsd to kthread API") from the nfsd tree.
> 
> It appears that the cpus4096 patch may no longer be needed as it was just
> changing "set_cpus_allowed(current, oldmask)" to "set_cpus_allowed_ptr
> (current, &oldmask)" in __svc_create_thread() which has been removed and
> there doesn't appear to be any new calls to set_cpus_allowed added.
> 
> I could be wrong, so it is probably worth checking.

Yes, if I'm reading the patch correctly then it's already taking into
account passing the pointer to the cpumask or nodemask arg.

Thanks,
Mike  

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: linux-next: nfsd/cpus4096 merge conflict
  2008-06-11  4:40 linux-next: nfsd/cpus4096 merge conflict Stephen Rothwell
  2008-06-11 13:43 ` Mike Travis
@ 2008-06-11 22:22 ` J. Bruce Fields
  1 sibling, 0 replies; 3+ messages in thread
From: J. Bruce Fields @ 2008-06-11 22:22 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: linux-next, Mike Travis, Jeff Layton, Thomas Gleixner,
	Ingo Molnar, H. Peter Anvin

On Wed, Jun 11, 2008 at 02:40:37PM +1000, Stephen Rothwell wrote:
> Hi Bruce,
> 
> Today's linux-next merge of the nfsd tree got a conflict in
> net/sunrpc/svc.c between commit 3f9b48a7584851997702cdc3f58e7811b5546397
> ("net: Pass reference to cpumask variable in net/sunrpc/svc.c") from the
> cpus4096 tree and commit 89a8922f36389cd4a284e5d7727cd792ef4544e0
> ("knfsd: convert knfsd to kthread API") from the nfsd tree.
> 
> It appears that the cpus4096 patch may no longer be needed as it was just
> changing "set_cpus_allowed(current, oldmask)" to "set_cpus_allowed_ptr
> (current, &oldmask)" in __svc_create_thread() which has been removed and
> there doesn't appear to be any new calls to set_cpus_allowed added.

Yep, dropping 3f9b48a7584851997702cdc3f58e7811b5546397 looks like the
right thing to do.  Thanks!

--b.

> 
> I could be wrong, so it is probably worth checking.
> -- 
> Cheers,
> Stephen Rothwell                    sfr@canb.auug.org.au
> http://www.canb.auug.org.au/~sfr/



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-06-11 22:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-11  4:40 linux-next: nfsd/cpus4096 merge conflict Stephen Rothwell
2008-06-11 13:43 ` Mike Travis
2008-06-11 22:22 ` J. Bruce Fields

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).