projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
428913b
)
docs: sysfs-block: document hidden sysfs entry
author
Sagi Grimberg
<sagi@grimberg.me>
Fri, 3 Mar 2023 08:43:23 +0000
(10:43 +0200)
committer
Jens Axboe
<axboe@kernel.dk>
Tue, 7 Mar 2023 23:40:52 +0000
(16:40 -0700)
/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>
Documentation/ABI/stable/sysfs-block
patch
|
blob
|
history
diff --git
a/Documentation/ABI/stable/sysfs-block
b/Documentation/ABI/stable/sysfs-block
index ac1e519272aa2bb40a72eed5c50c49e51429a8e4..282de3680367d4a3b3c86b1bdb54352d18c0fedd 100644
(file)
--- a/
Documentation/ABI/stable/sysfs-block
+++ b/
Documentation/ABI/stable/sysfs-block
@@
-705,6
+705,15
@@
Description:
zoned will report "none".
+What: /sys/block/<disk>/hidden
+Date: March 2023
+Contact: linux-block@vger.kernel.org
+Description:
+ [RO] the block device is hidden. it doesn’t produce events, and
+ can’t be opened from userspace or using blkdev_get*.
+ Used for the underlying components of multipath devices.
+
+
What: /sys/block/<disk>/stat
Date: February 2008
Contact: Jerome Marchand <jmarchan@redhat.com>