From: Christoph Hellwig on 18 Jul 2010 02:50 On Fri, Jul 16, 2010 at 03:44:57PM +0300, Artem Bityutskiy wrote: > From: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> > > The bdi forker thread wakes up itself via 'bdi_add_to_pending()'. > And the thread is the only user of 'bdi_add_to_pending()'. Thus, > we can safely zap the unneeded 'wake_up_process()' call. At least right now it's called using call_rcu, which offloads the function to a RCU thread of some sorts. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Artem Bityutskiy on 18 Jul 2010 05:50 On Sun, 2010-07-18 at 02:44 -0400, Christoph Hellwig wrote: > On Fri, Jul 16, 2010 at 03:44:57PM +0300, Artem Bityutskiy wrote: > > From: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> > > > > The bdi forker thread wakes up itself via 'bdi_add_to_pending()'. > > And the thread is the only user of 'bdi_add_to_pending()'. Thus, > > we can safely zap the unneeded 'wake_up_process()' call. > > At least right now it's called using call_rcu, which offloads the function > to a RCU thread of some sorts. Christoph, thanks for your review. I'll amend my series and re-send. And I also have to think about some of your suggestions. I did not CC you to spam your mailbox less, since I'm sure you would not miss the series in the fsdevel ML. But if you prefer being CCed, let me know. -- Best Regards, Artem Bityutskiy (Артём Битюцкий) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: writeback: improve bdi_has_dirty_io Next: writeback: harmonize writeback threads naming |