mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-12 16:11:04 +00:00
UBI: clarify the volume notification types' doc
I realized the new descriptions of ADDED and REMOVED could also be misleading: they can also be triggered after using a userland util (ubi{mk,rm}vol). Artem: amend the commentaries Signed-off-by David Wagner <david.wagner@free-electrons.com> Signed-off-by: Artem Bityutskiy <dedekind1@gmail.com>
This commit is contained in:
parent
4788b60a5f
commit
01dc9cc314
@ -155,12 +155,14 @@ struct ubi_device_info {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* enum - volume notification types.
|
* Volume notification types.
|
||||||
* @UBI_VOLUME_ADDED: volume has been added
|
* @UBI_VOLUME_ADDED: a volume has been added (an UBI device was attached or a
|
||||||
* @UBI_VOLUME_REMOVED: start volume volume
|
* volume was created)
|
||||||
* @UBI_VOLUME_RESIZED: volume size has been re-sized
|
* @UBI_VOLUME_REMOVED: a volume has been removed (an UBI device was detached
|
||||||
* @UBI_VOLUME_RENAMED: volume name has been re-named
|
* or a volume was removed)
|
||||||
* @UBI_VOLUME_UPDATED: volume name has been updated
|
* @UBI_VOLUME_RESIZED: a volume has been re-sized
|
||||||
|
* @UBI_VOLUME_RENAMED: a volume has been re-named
|
||||||
|
* @UBI_VOLUME_UPDATED: data has been written to a volume
|
||||||
*
|
*
|
||||||
* These constants define which type of event has happened when a volume
|
* These constants define which type of event has happened when a volume
|
||||||
* notification function is invoked.
|
* notification function is invoked.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user