]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
UBI: Update comments to reflect UBI_METAONLY flag
authorAndrew Murray <amurray@embedded-bits.co.uk>
Mon, 10 Aug 2015 11:02:09 +0000 (12:02 +0100)
committerRichard Weinberger <richard@nod.at>
Sat, 3 Oct 2015 18:11:59 +0000 (20:11 +0200)
This patch trivially updates code comments to reflect the addition of the
UBI_METAONLY flag - as discussed https://lkml.org/lkml/2014/10/29/764

Cc: Richard Weinberger <richard@nod.at>
Cc: trivial@kernel.org
Signed-off-by: Andrew Murray <amurray@embedded-bits.co.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
drivers/mtd/ubi/gluebi.c

index b93807b4c45966f2b3cdeef1e55c4c237e1bbd3c..cb7c075f2144969d5f416d440060455ee2904933 100644 (file)
@@ -112,8 +112,8 @@ static int gluebi_get_device(struct mtd_info *mtd)
                 * The MTD device is already referenced and this is just one
                 * more reference. MTD allows many users to open the same
                 * volume simultaneously and do not distinguish between
-                * readers/writers/exclusive openers as UBI does. So we do not
-                * open the UBI volume again - just increase the reference
+                * readers/writers/exclusive/meta openers as UBI does. So we do
+                * not open the UBI volume again - just increase the reference
                 * counter and return.
                 */
                gluebi->refcnt += 1;