diff options
Diffstat (limited to 'daemon/parted.c')
-rw-r--r-- | daemon/parted.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/parted.c b/daemon/parted.c index 16f0843c..64a7d1d9 100644 --- a/daemon/parted.c +++ b/daemon/parted.c @@ -34,7 +34,8 @@ * COMMAND_FLAG_FOLD_STDOUT_ON_STDERR flag. * * parted occasionally fails to do ioctl(BLKRRPART) on the device, - * apparently because of some internal race in the code. We attempt + * probably because udev monitors all 'close' on block devices + * and runs 'blkid' which opens and examines the device. We attempt * to detect and recover from this error if we can. */ static int |