Revert "block: support hierarchical mount/umount"
authorRafał Miłecki <rafal@milecki.pl>
Thu, 2 Apr 2020 12:12:13 +0000 (14:12 +0200)
committerRafał Miłecki <rafal@milecki.pl>
Sat, 2 May 2020 10:59:34 +0000 (12:59 +0200)
commit32db27dc8b2b55da2de5e64b1548adc0fb475c13
tree0febfc5e10e47e2d422f0596c9eb60f77a5b324d
parent0b93429329e9f403cf4fc45043b73e3a8d4e8e0d
Revert "block: support hierarchical mount/umount"

This reverts commit fb0700f0fdfc4bec220203d31df87be2b4ccc467.

Switching to AVL tree allows sorting devices by selected parameter
(mount path) but does not implement a real hierarchical layout. That
would require a tree with parent nodes being parent devices / mount
paths.

Cc: Yousong Zhou <yszhou4tech@gmail.com>
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
block.c