[PATCH] ext3: create a slab cache for transaction handles
ext3 allocates and frees at least one handle structure for each system call. kmalloc and kfree are apparent in the profiles. Adding a slab cache for these objects takes the overhead for a write() from 1.63 microseconds down to 1.56.
Showing
Please register or sign in to comment