Re: 2.6.27-rc4: lots of 'in_atomic():1, irqs_disabled():0' with software-raid1

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jens Axboe
Date: Thursday, August 28, 2008 - 12:48 am

On Thu, Aug 28 2008, Andrew Morton wrote:

Doh right, we of course can't block inside a RCU section. Then
bitmap.c:write_sb_page() wants fixing:

        rcu_read_lock();
        rdev_for_each_rcu(...)
                md_super_write(...)
                        bio_alloc(GFP_NOIO, 1);

Neil?

-- 
Jens Axboe

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: 2.6.27-rc4: lots of 'in_atomic():1, irqs_disabled():0' ..., Rafael J. Wysocki, (Wed Aug 27, 2:47 pm)
Re: 2.6.27-rc4: lots of 'in_atomic():1, irqs_disabled():0' ..., Jens Axboe, (Thu Aug 28, 12:48 am)