[dm-devel] [PATCH 9/9] dm crypt: sort writes

Akira Hayakawa hayakawa at valinux.co.jp
Wed Apr 2 03:19:36 UTC 2014


But, I myself found that what I really need in my case is not the
RB tree but a simple list sorting (list_sort()).

Will do sorting anyway.

Enabling/disabling sorting in my case is really simple if I use list_sort()
and will do. The default should be ON because I also don't see any reason
to turn it off except benchmarking reason.

--
Akira




More information about the dm-devel mailing list