<table><tr><td style="">dfaure added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D15155">View Revision</a></tr></table><br /><div><div><div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="diff" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">commit bd86d99dda
Author: Adrian Schroeter <adrian@suse.de>
Date:   Wed Apr 7 07:36:37 2004 +0000

    do not use DNOTIFY on subfs mounted devices. this would lock the drive and make an eject impossible.
    
    svn path=/trunk/kdelibs/; revision=301908

<span style="color: #000080">diff --git a/kio/kio/global.cpp b/kio/kio/global.cpp</span>
<span style="color: #000080">index 046a68285f..ab0a65bd84 100644</span>
<span style="color: #a00000">--- a/kio/kio/global.cpp</span>
<span style="color: #00a000">+++ b/kio/kio/global.cpp</span>
<span style="color: #800080">@@ -1561,7 +1561,7 @@ static void check_mount_point(const char *mounttype,</span>
                               MountState &isslow, MountState &isautofs)
 {
     bool nfs = !strcmp(mounttype, "nfs");
<span style="color: #a00000">-    bool autofs = !strcmp(mounttype, "autofs");</span>
<span style="color: #00a000">+    bool autofs = !strcmp(mounttype, "autofs") || !strcmp(mounttype,"subfs");</span>
     bool pid = (strstr(fsname, ":(pid") != 0);
 
     if (nfs && !pid)</pre></div>

<p>Not a typo. No idea if still applicable though.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R241 KIO</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D15155">https://phabricator.kde.org/D15155</a></div></div><br /><div><strong>To: </strong>broulik, dfaure, dhaumann, aacid, ngraham<br /><strong>Cc: </strong>bruns, davidedmundson, kde-frameworks-devel, michaelh, ngraham<br /></div>