summaryrefslogtreecommitdiffstats
path: root/misc-utils/lsblk.h
diff options
context:
space:
mode:
authorKarel Zak2018-10-16 14:29:00 +0200
committerKarel Zak2018-12-07 12:32:57 +0100
commit0e086f8230aa02560a0e47f7ce93f16fee920275 (patch)
tree9cb6d4fc4ab0bb3581081881ea1a7e1529efceb8 /misc-utils/lsblk.h
parentlsblk: use real rather than hardcoded parent (diff)
downloadkernel-qcow2-util-linux-0e086f8230aa02560a0e47f7ce93f16fee920275.tar.gz
kernel-qcow2-util-linux-0e086f8230aa02560a0e47f7ce93f16fee920275.tar.xz
kernel-qcow2-util-linux-0e086f8230aa02560a0e47f7ce93f16fee920275.zip
lsblk: remove unncessary parent pointer
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils/lsblk.h')
-rw-r--r--misc-utils/lsblk.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/misc-utils/lsblk.h b/misc-utils/lsblk.h
index cce1a29f2..f8e10c7ce 100644
--- a/misc-utils/lsblk.h
+++ b/misc-utils/lsblk.h
@@ -87,7 +87,6 @@ struct lsblk_device {
struct lsblk_devprop *properties;
struct libscols_line *scols_line;
- struct lsblk_device *parent; /* obsolete */
struct stat st;
char *name; /* kernel name in /sys/block */