[PATCH 1/7] [RFC] UBI: Export next_sqnum()
Shmulik Ladkani
shmulik.ladkani at gmail.com
Wed May 16 10:03:24 EDT 2012
Hi Richard,
On Tue, 15 May 2012 19:11:05 +0200 Richard Weinberger <richard at nod.at> wrote:
> The fastmap mechanism needs to read the next sequence nummber
> directly.
>
> Signed-off-by: Richard Weinberger <richard at nod.at>
> ---
> drivers/mtd/ubi/eba.c | 18 +++++++++---------
> drivers/mtd/ubi/ubi.h | 1 +
> 2 files changed, 10 insertions(+), 9 deletions(-)
>
> diff --git a/drivers/mtd/ubi/eba.c b/drivers/mtd/ubi/eba.c
> index bd5fdbf..d75677d 100644
> --- a/drivers/mtd/ubi/eba.c
> +++ b/drivers/mtd/ubi/eba.c
> @@ -57,7 +57,7 @@
> * global sequence counter value. It also increases the global sequence
> * counter.
> */
> -static unsigned long long next_sqnum(struct ubi_device *ubi)
> +unsigned long long ubi_next_sqnum(struct ubi_device *ubi)
Minor nit.
Comment above the function should have been changed too.
(look for the "next_sqnum - get next sequence number" comment)
Other than that,
Reviewed-by: Shmulik Ladkani <shmulik.ladkani at gmail.com>
Regards,
Shmulik
More information about the linux-mtd
mailing list