[zaptel-commits] tzafrir: branch 1.4 r2151 - /branches/1.4/xpp/xbus-core.c

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Sun Feb 11 08:48:01 MST 2007


Author: tzafrir
Date: Sun Feb 11 09:48:01 2007
New Revision: 2151

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2151
Log:
struct inode and debugfs: break some Fedoras rather than all others.
(from changeset 2150)

Modified:
    branches/1.4/xpp/xbus-core.c

Modified: branches/1.4/xpp/xbus-core.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/xpp/xbus-core.c?view=diff&rev=2151&r1=2150&r2=2151
==============================================================================
--- branches/1.4/xpp/xbus-core.c (original)
+++ branches/1.4/xpp/xbus-core.c Sun Feb 11 09:48:01 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