From e9830d946aeb540df9be5da446388ac29e47c04b Mon Sep 17 00:00:00 2001 From: tzafrir Date: Sun, 11 Feb 2007 15:48:01 +0000 Subject: struct inode and debugfs: break some Fedoras rather than all others. (from changeset 2150) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2151 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- xpp/xbus-core.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xpp/xbus-core.c') diff --git a/xpp/xbus-core.c b/xpp/xbus-core.c index 2391d44..84951d4 100644 --- a/xpp/xbus-core.c +++ b/xpp/xbus-core.c @@ -157,10 +157,10 @@ struct file_operations debugfs_operations = { /* * 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) -- cgit v1.2.3