Documentation: ABI: mtd: describe "offset" more precisely

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Thu Jul 13 10:59:25 PDT 2017


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=7d84120b5ba61912a5333f5fe2c4e8f35ef9514f
Commit:     7d84120b5ba61912a5333f5fe2c4e8f35ef9514f
Parent:     ef32476f268c321c101d3e09e05c7fd9a77177cb
Author:     Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Sun Jun 25 13:11:54 2017 +0200
Committer:  Brian Norris <computersforpeace at gmail.com>
CommitDate: Thu Jul 13 10:54:45 2017 -0700

    Documentation: ABI: mtd: describe "offset" more precisely
    
    So far Linux supported only two levels of MTD devices so we didn't need
    a very precise description for this sysfs file. With commit
    97519dc52b44a ("mtd: partitions: add support for subpartitions") there
    is support for a tree structure so we should have more precise
    description. Using "parent" and "flash device" makes it more accurate.
    
    Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
    Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
 Documentation/ABI/testing/sysfs-class-mtd | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/ABI/testing/sysfs-class-mtd b/Documentation/ABI/testing/sysfs-class-mtd
index 3b5c3bc..f34e5923 100644
--- a/Documentation/ABI/testing/sysfs-class-mtd
+++ b/Documentation/ABI/testing/sysfs-class-mtd
@@ -229,6 +229,6 @@ KernelVersion:	4.1
 Contact:	linux-mtd at lists.infradead.org
 Description:
 		For a partition, the offset of that partition from the start
-		of the master device in bytes. This attribute is absent on
-		main devices, so it can be used to distinguish between
-		partitions and devices that aren't partitions.
+		of the parent (another partition or a flash device) in bytes.
+		This attribute is absent on flash devices, so it can be used
+		to distinguish them from partitions.



More information about the linux-mtd-cvs mailing list