summaryrefslogtreecommitdiffstats
path: root/redhat/tdebase/kdebase-3.5.13-fix_race_condition.patch
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2014-10-05 18:04:47 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2014-10-05 18:04:47 +0200
commit29e62220cb68514d690d516f030da6c4f4aaec28 (patch)
tree2e473278089c36e6aecc4a22a6c904d76b395eae /redhat/tdebase/kdebase-3.5.13-fix_race_condition.patch
parentaeb0878cbf7f908978c080a9bbb2b4b1c08de18d (diff)
downloadtde-packaging-29e62220cb68514d690d516f030da6c4f4aaec28.tar.gz
tde-packaging-29e62220cb68514d690d516f030da6c4f4aaec28.zip
RPM Packaging: cleanup tdebase
Diffstat (limited to 'redhat/tdebase/kdebase-3.5.13-fix_race_condition.patch')
-rw-r--r--redhat/tdebase/kdebase-3.5.13-fix_race_condition.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/redhat/tdebase/kdebase-3.5.13-fix_race_condition.patch b/redhat/tdebase/kdebase-3.5.13-fix_race_condition.patch
deleted file mode 100644
index 868c8c3cb..000000000
--- a/redhat/tdebase/kdebase-3.5.13-fix_race_condition.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-commit 9e172fa7a1e93cc77e09616eb793b823d29ebaec
-Author: Darrell Anderson <humanreadable@yahoo.com>
-Date: 1333594438 -0500
-
- Temporary fix for a probable race condition on some systems.
- Still needs to be resolved by determining the root cause.
- Partially resolves bug report 760.
-
-diff --git a/kioslave/system/kdedmodule/systemdirnotify.cpp b/kioslave/system/kdedmodule/systemdirnotify.cpp
-index 162d966..99b9ac7 100644
---- a/kioslave/system/kdedmodule/systemdirnotify.cpp
-+++ b/kioslave/system/kdedmodule/systemdirnotify.cpp
-@@ -36,6 +36,9 @@ SystemDirNotify::SystemDirNotify()
- void SystemDirNotify::init()
- {
- if( mInited )
-+ // FIXME Work around a race condition by inserting kdDebug delay before following
-+ // code is executed -- the root cause of the race should be investigated and fixed.
-+ kdDebug() << "SystemDirNotify::init(" << mInited << ")" << endl;
- return;
- mInited = true;
- KGlobal::dirs()->addResourceType("system_entries",