On Tue, Jan 10, 2023 at 02:21:04PM +0100, Fabio Fantoni wrote:Thanks for reply, if values are not into the documentation see from /sys/block/<disk>/capability output what flags are enabled will require look to source code of include/linux/blkdev.h and Documentation/block/capability.rst will be less useful, or I'm wrong?
- * ``GENHD_FL_REMOVABLE``: indicates that the block device gives access toThe numberic values really do not belong into the documentation. They
+ * ``GENHD_FL_REMOVABLE`` (0x01): indicates that the block device gives access to
are just implementation details.