Hello Zheng,
The third paragraph of the commit description still mentions the .bss
segment.
Wednesday, April 7, 2021, 7:50:00 PM, you wrote:
> mutex lock can be initialized automatically with DEFINE_MUTEX() rather
> than explicitly calling mutex_init().
> this patch will reduce the size of bcac
mutex lock can be initialized automatically with DEFINE_MUTEX() rather
than explicitly calling mutex_init().
this patch will reduce the size of bcache.ko about 16 bytes, the reason
as follows:
though this patch will increase the size of .data segment about 32 bytes,
it will also reduce the size o
2 matches
Mail list logo