bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58598: [parted-devel] [PATCH]parted: acquire flock before modifying


From: John Gilmore
Subject: bug#58598: [parted-devel] [PATCH]parted: acquire flock before modifying the device superblock
Date: Fri, 21 Oct 2022 01:36:53 -0700

Parted shouldn't lock itself (or systemd) out of concurrent access
to the same device.  But if there is a bug relating to concurrent
"formatting a filesystem and systemd", then why not get an flock
just for the duration of formatting a file system?  Formatting
is a write-only operation and there's no point in trying to do two
of them concurrently on the same file system.

        John





reply via email to

[Prev in Thread] Current Thread [Next in Thread]