commit | e5e785500bf1ca286f9069bc13f3ed8cb2e9eb8a | [log] [tgz] |
---|---|---|
author | Max Reitz <mreitz@redhat.com> | Wed Mar 16 19:54:37 2016 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu Mar 17 15:47:56 2016 +0100 |
tree | 2f057a2d398d1bc1f7bad01e211695a8f59e4f87 | |
parent | 2cf22d6a1a542b7775ba6945a0423b41325db45f [diff] |
blockdev: Separate BB name management Introduce separate functions (monitor_add_blk() and monitor_remove_blk()) which set or unset a BB name. Since the name is equivalent to the monitor's reference to a BB, adding a name the same as declaring the BB to be monitor-owned and removing it revokes this status, hence the function names. Signed-off-by: Max Reitz <mreitz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>