ALT Linux Bugzilla
– Attachment 551 Details for
Bug 4943
k3b не работает с subfs
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
dvd+rw-tools-5.17.4.8.6-supermount.patch
dvd+rw-tools-5.17.4.8.6-supermount.patch (text/plain), 535 bytes, created by
Sergey V Turchin
on 2004-08-10 14:12:54 MSD
(
hide
)
Description:
dvd+rw-tools-5.17.4.8.6-supermount.patch
Filename:
MIME Type:
Creator:
Sergey V Turchin
Created:
2004-08-10 14:12:54 MSD
Size:
535 bytes
patch
obsolete
>--- transport.hxx~ 2004-08-10 13:49:07 +0400 >+++ transport.hxx 2004-08-10 13:59:22 +0400 >@@ -215,7 +215,10 @@ public: > while ((mb=getmntent (fp))!=NULL) > { if (stat (mb->mnt_fsname,&msb) < 0) continue; // corrupted line? > if (msb.st_rdev == fsb.st_rdev) >- { ret = -1; >+ { >+ if ( (strcmp("subfs", mb->mnt_type) == 0) || (strcmp("supermount", mb->mnt_type) == 0) ) >+ return ret; >+ ret = -1; > if ((pid = fork()) == (pid_t)-1) break; > if (pid == 0) execl ("/bin/umount","umount",mb->mnt_dir,NULL); > while (1)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 4943
:
546
|
547
|
549
|
550
| 551 |
552