Re: [patch V2 0/7] fs: Substitute bit-spinlocks for PREEMPT_RT and debugging

From: Christoph Hellwig
Date: Fri Aug 02 2019 - 03:56:20 EST


Hi Thomas,

did you look into killing bÑt spinlocks as a public API instead?

The main users seems to be buffer heads, which are so bloated that
an extra spinlock doesn't really matter anyway.

The list_bl and rhashtable uses kinda make sense to be, but they are
pretty nicely abstracted away anyway. The remaining users look
pretty questionable to start with.