PDA

View Full Version : PATCH: diskio.c - realtime checking of kernel version instead of compilation time


vvk
02-03-2006, 09:26
In diskio.c algorithm of parsing disk statistics is different for kernels 2.4 and 2.6. I think that checking of kernel version at building time not good idea because build system != target system, and this patch correct this.