From 84895c1929e6ed38ac7b941f632892b42672d238 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 24 Mar 2017 08:56:48 +0100 Subject: state: backend_circular: rewrite function doc The commment talks about copies where buckets are meant and also claims we start at offset 0, which may not be true. Rewrite comment. Signed-off-by: Sascha Hauer --- src/barebox-state/backend_storage.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/barebox-state/backend_storage.c b/src/barebox-state/backend_storage.c index b7b6882..2b21481 100644 --- a/src/barebox-state/backend_storage.c +++ b/src/barebox-state/backend_storage.c @@ -227,11 +227,9 @@ const int desired_copies = 3; * @param circular If false, use non-circular mode to write data that is compatible with the old on-flash format * @return 0 on success, -errno otherwise * - * Starting from offset 0 this function tries to create circular buckets on - * different offsets in the device. Different copies of the data are located in - * different eraseblocks. - * For MTD devices we use circular buckets to minimize the number of erases. - * Circular buckets write new data always in the next free space. + * This function iterates over the eraseblocks and creates one bucket on + * each eraseblock until we have the number of desired buckets. Bad blocks + * will be skipped and the next block will be used. */ static int state_storage_mtd_buckets_init(struct state_backend_storage *storage, struct mtd_info_user *meminfo, bool circular) -- cgit v1.2.3