login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
February
»
28
Re: Problem with freezable workqueues
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Rafael J. Wysocki
Subject:
Re: Problem with freezable workqueues
Date: Wednesday, February 28, 2007 - 3:39 pm
On Wednesday, 28 February 2007 21:35, Oleg Nesterov wrote:
quoted text
> On 02/28, Rafael J. Wysocki wrote: > > > > Okay, but I've just finished the patch that removes the freezability of > > workqueues (appended), so can we please do this in a separate one? > > Please, please, no. This patch is of course correct, but it breaks _a lot_ > of patches in -mm tree. > > May I ask you to send just > > > =================================================================== > > --- linux-2.6.21-rc2.orig/fs/xfs/linux-2.6/xfs_buf.c > > +++ linux-2.6.21-rc2/fs/xfs/linux-2.6/xfs_buf.c > > @@ -1829,11 +1829,11 @@ xfs_buf_init(void) > > if (!xfs_buf_zone) > > goto out_free_trace_buf; > > > > - xfslogd_workqueue = create_freezeable_workqueue("xfslogd"); > > + xfslogd_workqueue = create_workqueue("xfslogd"); > > if (!xfslogd_workqueue) > > goto out_free_buf_zone; > > > > - xfsdatad_workqueue = create_freezeable_workqueue("xfsdatad"); > > + xfsdatad_workqueue = create_workqueue("xfsdatad"); > > if (!xfsdatad_workqueue) > > goto out_destroy_xfslogd_workqueue; > > > > > > this bit? > > After that, we can do the "removes the freezability of workqueues" patch > against -mm tree.
Okay, if that's better. Pavel, is that acceptable to you? Rafael -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
Problem with freezable workqueues
, Rafael J. Wysocki
, (Tue Feb 27, 2:51 pm)
Re: Problem with freezable workqueues
, Oleg Nesterov
, (Tue Feb 27, 4:28 pm)
Re: Problem with freezable workqueues
, Johannes Berg
, (Tue Feb 27, 4:36 pm)
Re: Problem with freezable workqueues
, Rafael J. Wysocki
, (Tue Feb 27, 4:57 pm)
Re: Problem with freezable workqueues
, Rafael J. Wysocki
, (Tue Feb 27, 5:00 pm)
Re: Problem with freezable workqueues
, Johannes Berg
, (Tue Feb 27, 5:00 pm)
Re: Problem with freezable workqueues
, Johannes Berg
, (Tue Feb 27, 5:01 pm)
Re: Problem with freezable workqueues
, Rafael J. Wysocki
, (Tue Feb 27, 5:08 pm)
Re: Problem with freezable workqueues
, Nigel Cunningham
, (Tue Feb 27, 6:14 pm)
Re: Problem with freezable workqueues
, Srivatsa Vaddagiri
, (Tue Feb 27, 8:01 pm)
Re: Problem with freezable workqueues
, Srivatsa Vaddagiri
, (Tue Feb 27, 8:07 pm)
Re: Problem with freezable workqueues
, Srivatsa Vaddagiri
, (Tue Feb 27, 8:51 pm)
Re: Problem with freezable workqueues
, Oleg Nesterov
, (Wed Feb 28, 1:48 am)
Re: Problem with freezable workqueues
, Pavel Machek
, (Wed Feb 28, 1:54 am)
Re: Problem with freezable workqueues
, Srivatsa Vaddagiri
, (Wed Feb 28, 2:10 am)
Re: Problem with freezable workqueues
, Oleg Nesterov
, (Wed Feb 28, 2:43 am)
Re: Problem with freezable workqueues
, Rafael J. Wysocki
, (Wed Feb 28, 3:59 am)
Re: Problem with freezable workqueues
, Rafael J. Wysocki
, (Wed Feb 28, 4:09 am)
Re: Problem with freezable workqueues
, Rafael J. Wysocki
, (Wed Feb 28, 4:11 am)
Re: Problem with freezable workqueues
, Srivatsa Vaddagiri
, (Wed Feb 28, 6:17 am)
Re: Problem with freezable workqueues
, Srivatsa Vaddagiri
, (Wed Feb 28, 6:27 am)
Re: Problem with freezable workqueues
, Rafael J. Wysocki
, (Wed Feb 28, 10:40 am)
Re: Problem with freezable workqueues
, Rafael J. Wysocki
, (Wed Feb 28, 10:41 am)
Re: Problem with freezable workqueues
, Gautham R Shenoy
, (Wed Feb 28, 11:06 am)
Re: Problem with freezable workqueues
, Gautham R Shenoy
, (Wed Feb 28, 11:17 am)
Re: Problem with freezable workqueues
, Rafael J. Wysocki
, (Wed Feb 28, 11:41 am)
Re: Problem with freezable workqueues
, Rafael J. Wysocki
, (Wed Feb 28, 12:17 pm)
Re: Problem with freezable workqueues
, Oleg Nesterov
, (Wed Feb 28, 12:32 pm)
Re: Problem with freezable workqueues
, Rafael J. Wysocki
, (Wed Feb 28, 12:43 pm)
Re: Problem with freezable workqueues
, Oleg Nesterov
, (Wed Feb 28, 1:08 pm)
Re: Problem with freezable workqueues
, Rafael J. Wysocki
, (Wed Feb 28, 1:25 pm)
Re: Problem with freezable workqueues
, Oleg Nesterov
, (Wed Feb 28, 1:35 pm)
Re: Problem with freezable workqueues
, Johannes Berg
, (Wed Feb 28, 1:36 pm)
Re: Problem with freezable workqueues
, Pavel Machek
, (Wed Feb 28, 2:16 pm)
Re: Problem with freezable workqueues
, Rafael J. Wysocki
, (Wed Feb 28, 3:39 pm)
Re: Problem with freezable workqueues
, Pavel Machek
, (Wed Feb 28, 3:44 pm)
[PATCH] Make XFS workqueues nonfreezable
, Rafael J. Wysocki
, (Wed Feb 28, 4:54 pm)
Re: [PATCH] Make XFS workqueues nonfreezable
, Andrew Morton
, (Thu Mar 1, 1:03 am)
Re: [PATCH] Make XFS workqueues nonfreezable
, Pavel Machek
, (Thu Mar 1, 2:15 am)
Re: [PATCH] Make XFS workqueues nonfreezable
, Andrew Morton
, (Thu Mar 1, 2:25 am)
Re: Problem with freezable workqueues
, Johannes Berg
, (Mon Mar 5, 5:30 pm)
Re: Problem with freezable workqueues
, Rafael J. Wysocki
, (Tue Mar 6, 1:31 pm)
Re: Problem with freezable workqueues
, Nigel Cunningham
, (Tue Mar 6, 3:25 pm)
Re: Problem with freezable workqueues
, Rafael J. Wysocki
, (Tue Mar 6, 3:57 pm)
Re: Problem with freezable workqueues
, Johannes Berg
, (Wed Mar 7, 4:10 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Russell King
Re: ARM defconfig files
Benjamin Herrenschmidt
Re: [PATCH 1/4] hvc_console: do not set low_latency
Jordan Crouse
Re: 2.6.25-mm1
Carsten Otte
Re: [patch] ext2: xip check fix
James Morris
Re: [AppArmor 01/41] Pass struct vfsmount to the inode_create LSM hook
git
:
Felipe Contreras
Re: [kernel.org users] [RFD] On deprecating "git-foo" for builtins
Johannes Schindelin
[PATCH] fetch: refuse to fetch into the current branch in a non-bare repository
Johannes Schindelin
Re: [PATCH] Fix install-doc-quick target
Peter Oberndorfer
Subject: [PATCH] fix stg edit command
Andreas Ericsson
Re: why not TortoiseGit
linux-netdev
:
Ursula Braun
[patch 2/8] [PATCH] af_iucv: sync sk shutdown flag if iucv path is quiesced
Andi Kleen
Re: RFC: Nagle latency tuning
Gary Thomas
Re: Marvell 88E609x switch?
David Miller
Re: [RFC 0/5] generic rx recycling
Chuck Lever
Re: [RFC] ipv6: Change %pI6 format to output compacted addresses?
git-commits-head
:
Linux Kernel Mailing List
New device ID for sc92031 [1088:2031]
Linux Kernel Mailing List
e1000e: Expose MDI-X status via ethtool change
Linux Kernel Mailing List
arm/imx/gpio: GPIO_INT_{HIGH,LOW}_LEV are not necessarily constant
Linux Kernel Mailing List
powerpc/kexec: Add support for FSL-BookE
Linux Kernel Mailing List
trivial: fix comment typo in fs/compat.c
openbsd-misc
:
Theo de Raadt
Re: RES: OpenBSD on IBM System X3550 7879
Bret S. Lambert
Re: any web management gui for pf ?
Rob Shepherd
x86 hardware for router system
Flickr Photo Map for iPad and iPhone
Thanks for the Great Launch of Flickr Photo Map for iPad + iPhone
Nick Holland
Re: 1 out of 3 hunks failed--saving rejects to kerberosV/src/lib/krb5/crypto.c.rej
Colocation donated by:
Syndicate