UBI: block: do not use term "attach"
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Tue, 4 Mar 2014 10:00:26 +0000 (12:00 +0200)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Tue, 4 Mar 2014 11:52:33 +0000 (13:52 +0200)
commit4d283ee2517303afa54ad6cbd9342a2f748cf509
tree20d97ac0b5528504fcea064382bd38d6f2432b8e
parent9d54c8a33eec78289b1b3f6e10874719c27ce0a7
UBI: block: do not use term "attach"

We already use term attach/detach for UBI->MTD relations, let's not use this
for UBI->ubiblock relations to avoid confusion. Just use 'create' and 'remove'
instead. E.g., "create a R/O block device on top of a UBI volume".

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
drivers/mtd/ubi/block.c
drivers/mtd/ubi/cdev.c
drivers/mtd/ubi/ubi.h
This page took 0.025044 seconds and 5 git commands to generate.