Re: 2.6.23-rc7-mm1: r/o mounts joke with lockdep

2007-09-24 Thread Dave Hansen
On Mon, 2007-09-24 at 09:26 -0700, Andrew Morton wrote: > On Mon, 24 Sep 2007 13:51:05 +0400 Alexey Dobriyan <[EMAIL PROTECTED]> wrote: > > > static void lock_and_coalesce_cpu_mnt_writer_counts(void) > > { > > int cpu; > > struct mnt_writer *cpu_writer; > > > >

Re: 2.6.23-rc7-mm1: r/o mounts joke with lockdep

2007-09-24 Thread Andrew Morton
On Mon, 24 Sep 2007 13:51:05 +0400 Alexey Dobriyan <[EMAIL PROTECTED]> wrote: > static void lock_and_coalesce_cpu_mnt_writer_counts(void) > { > int cpu; > struct mnt_writer *cpu_writer; > > for_each_possible_cpu(cpu) { > cpu_writer = _cpu(mnt_writers, cpu); >

2.6.23-rc7-mm1: r/o mounts joke with lockdep

2007-09-24 Thread Alexey Dobriyan
static void lock_and_coalesce_cpu_mnt_writer_counts(void) { int cpu; struct mnt_writer *cpu_writer; for_each_possible_cpu(cpu) { cpu_writer = _cpu(mnt_writers, cpu); spin_lock_nested(_writer->lock, 42);

2.6.23-rc7-mm1: r/o mounts joke with lockdep

2007-09-24 Thread Alexey Dobriyan
static void lock_and_coalesce_cpu_mnt_writer_counts(void) { int cpu; struct mnt_writer *cpu_writer; for_each_possible_cpu(cpu) { cpu_writer = per_cpu(mnt_writers, cpu); spin_lock_nested(cpu_writer-lock, 42);

Re: 2.6.23-rc7-mm1: r/o mounts joke with lockdep

2007-09-24 Thread Andrew Morton
On Mon, 24 Sep 2007 13:51:05 +0400 Alexey Dobriyan [EMAIL PROTECTED] wrote: static void lock_and_coalesce_cpu_mnt_writer_counts(void) { int cpu; struct mnt_writer *cpu_writer; for_each_possible_cpu(cpu) { cpu_writer = per_cpu(mnt_writers, cpu);

Re: 2.6.23-rc7-mm1: r/o mounts joke with lockdep

2007-09-24 Thread Dave Hansen
On Mon, 2007-09-24 at 09:26 -0700, Andrew Morton wrote: On Mon, 24 Sep 2007 13:51:05 +0400 Alexey Dobriyan [EMAIL PROTECTED] wrote: static void lock_and_coalesce_cpu_mnt_writer_counts(void) { int cpu; struct mnt_writer *cpu_writer; for_each_possible_cpu(cpu) {