[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/4.3/kdelibs/kio/kio
From:       David Faure <faure () kde ! org>
Date:       2010-01-21 16:17:00
Message-ID: 1264090620.092723.19498.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1078133 by dfaure:

Backport r1065898: Fix inotify regression with linux kernel 2.6.31/32.
Fixed for: 4.3.5
CCBUG: 207361


 M  +2 -1      kdirwatch.cpp  


--- branches/KDE/4.3/kdelibs/kio/kio/kdirwatch.cpp #1078132:1078133
@@ -290,7 +290,8 @@
               addEntry(0, QFileInfo(e->path).absolutePath(), e, true);
           }
           if ( event->mask & IN_IGNORED ) {
-            e->wd = 0;
+            // Causes bug #207361 with kernels 2.6.31 and 2.6.32!
+            //e->wd = -1;
           }
           if ( event->mask & (IN_CREATE|IN_MOVED_TO) ) {
             Entry* sub_entry = e->findSubEntry(e->path + '/' + path);
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic