Re: [tip:sched/core] sched: Fix race in task_group()

2012-10-18 Thread cwillu
On Thu, Oct 18, 2012 at 7:33 AM, Luis Henriques wrote: > On Thu, Oct 18, 2012 at 12:23:38PM +0200, Stefan Bader wrote: >> On 18.10.2012 10:27, cwillu wrote: >> > On Tue, Jul 24, 2012 at 8:21 AM, tip-bot for Peter Zijlstra >> > wrote: >> >> Commit-ID: 8

Re: [tip:sched/core] sched: Fix race in task_group()

2012-10-18 Thread cwillu
On Tue, Jul 24, 2012 at 8:21 AM, tip-bot for Peter Zijlstra wrote: > Commit-ID: 8323f26ce3425460769605a6aece7a174edaa7d1 > Gitweb: http://git.kernel.org/tip/8323f26ce3425460769605a6aece7a174edaa7d1 > Author: Peter Zijlstra > AuthorDate: Fri, 22 Jun 2012 13:36:05 +0200 > Committer: Ingo

Re: [PATCH] btrfs: fix disk-io.c/btrfs_read_dev_super with BTRFS_SUPER_MIRROR_MAX to control the loops

2012-09-10 Thread cwillu
On Mon, Sep 10, 2012 at 12:38 AM, Wang Sheng-Hui wrote: > To check the duplicated super blocks, use BTRFS_SUPER_MIRROR_MAX > as the loops limit. > > Signed-off-by: Wang Sheng-Hui > --- > fs/btrfs/disk-io.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/fs/btrfs/di

Re: [PATCH 07/16] btrfs: nuke write_super from comments

2012-07-25 Thread cwillu
> diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c > index ecaad40..9f2416c 100644 > --- a/fs/btrfs/volumes.c > +++ b/fs/btrfs/volumes.c > @@ -1738,10 +1738,6 @@ int btrfs_init_new_device(struct btrfs_root *root, > char *device_path) > > device->fs_devices = root->fs_info->fs_devices;