[Diskfilemon-commits] SF.net SVN: diskfilemon:[50] trunk/kprobes.c
Status: Alpha
Brought to you by:
steved62
From: <ste...@us...> - 2010-12-15 23:09:56
|
Revision: 50 http://diskfilemon.svn.sourceforge.net/diskfilemon/?rev=50&view=rev Author: steved62 Date: 2010-12-15 23:09:50 +0000 (Wed, 15 Dec 2010) Log Message: ----------- Fixes so diskfilemon will build on RedHat Linux Enterprise Server 6. The signature of __blockdev_direct_IO has changed again with kernel 2.6.35. To complicate matters, RedHat back-ported the change from 2.6.35 to its 2.6.32 kernel in RHEL 6. Now we have a copmlex #if structure to make sure kprobes.c will compile on various kernels. Breaking the various signatures into #define statments should help the readablility of the #if tree logic that determines which signature to use in the given build environment. Modified Paths: -------------- trunk/kprobes.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |