This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hurd".
The branch, master has been updated via ba5fabf334af2ebf6fb07910059517ae0569948e (commit) from 2adb43e792bbd8d2cccf0773672f25bd5f4a0613 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ba5fabf334af2ebf6fb07910059517ae0569948e Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Thu Nov 26 21:36:10 2020 +0100 rumpdisk: implement BLKRRPART This is used by parted to reload the partition table. Since we do not actually implement partition tables, we can just ignore it. * rumpdisk/block-rump.c (BLKRRPART): New macro. (rumpdisk_device_set_status): New function. (rump_block_emulation_ops): Set device_set_status field to rumpdisk_device_set_status. ----------------------------------------------------------------------- Summary of changes: rumpdisk/block-rump.c | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) hooks/post-receive -- Hurd