[zaptel-commits] tzafrir: branch 1.2 r2150 -
/branches/1.2/xpp/xbus-core.c
zaptel-commits at lists.digium.com
zaptel-commits at lists.digium.com
Sun Feb 11 08:32:49 MST 2007
Author: tzafrir
Date: Sun Feb 11 09:32:47 2007
New Revision: 2150
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2150
Log:
struct inode and debugfs: break some Fedoras rather than all others.
Modified:
branches/1.2/xpp/xbus-core.c
Modified: branches/1.2/xpp/xbus-core.c
URL: http://svn.digium.com/view/zaptel/branches/1.2/xpp/xbus-core.c?view=diff&rev=2150&r1=2149&r2=2150
==============================================================================
--- branches/1.2/xpp/xbus-core.c (original)
+++ branches/1.2/xpp/xbus-core.c Sun Feb 11 09:32:47 2007
@@ -157,10 +157,10 @@
/*
* As part of the "inode diet" the private data member of struct inode
* has changed in 2.6.19. However, Fedore Core 6 adopted this change
- * a bit earlier (2.6.18). If you use vanila kernel (or Debian Etch)
- * Change the following test from 2,6,18 to 2,6,19.
+ * a bit earlier (2.6.18). If you use such a kernel, Change the
+ * following test from 2,6,19 to 2,6,18.
*/
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18)
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19)
#define I_PRIVATE(inode) ((inode)->u.generic_ip)
#else
#define I_PRIVATE(inode) ((inode)->i_private)
More information about the zaptel-commits
mailing list