FreeBSD Bugzilla – Attachment 230502 Details for
Bug 253149
sysutils/bsdisks MMC: cd: occasionally crashing (signal 11 (core dumped)); and attention to mount points
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
patch-blockfilesystem.cpp (text/plain), 563 bytes, created by
Gleb Popov
on 2021-12-28 17:29:32 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Gleb Popov
Created:
2021-12-28 17:29:32 UTC
Size:
563 bytes
patch
obsolete
>--- blockfilesystem.cpp.orig 2021-03-28 13:38:05 UTC >+++ blockfilesystem.cpp >@@ -128,9 +128,10 @@ QString BlockFilesystem::Mount(const QVariantMap& opti > uid_t uid = uidReply.value(); > > QProcess mount; >+ QString normalizedId = parentBlock()->id().replace(' ', '_').replace('\\', ""); > QString mountPoint = filesystem == "zfs" > ? zfsDataset >- : createMountPoint(parentBlock()->id().replace(' ', '_'), uid); >+ : createMountPoint(normalizedId, uid); > QStringList args; > > auto mountProg = QStringLiteral("/sbin/mount");
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 253149
:
230429
|
230430
|
230464
|
230466
|
230468
|
230498
|
230502
|
230530
|
230532
|
230533
|
230536
|
230554