Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: sysfs-block: document hidden sysfs entry

/sys/block/<disk>/hidden is undocumented. Document it.

Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Link: https://lore.kernel.org/r/20230303084323.228098-1-sagi@grimberg.me
Signed-off-by: Jens Axboe <axboe@kernel.dk>

authored by

Sagi Grimberg and committed by
Jens Axboe
e3306221 428913bc

+9
+9
Documentation/ABI/stable/sysfs-block
··· 705 705 zoned will report "none". 706 706 707 707 708 + What: /sys/block/<disk>/hidden 709 + Date: March 2023 710 + Contact: linux-block@vger.kernel.org 711 + Description: 712 + [RO] the block device is hidden. it doesn’t produce events, and 713 + can’t be opened from userspace or using blkdev_get*. 714 + Used for the underlying components of multipath devices. 715 + 716 + 708 717 What: /sys/block/<disk>/stat 709 718 Date: February 2008 710 719 Contact: Jerome Marchand <jmarchan@redhat.com>