On Fri, 2011-06-03 at 16:49 +0300, Artem Bityutskiy wrote: > + /* > + * Due to the way UBIFS updates the clean znode counter it may > + * temporarily be negative. > + */ > + return clean_zn_cnt > 0 ?: 1; Oh, this should be clean_zn_cnt >= 0 ?: 1; -- Best Regards, Artem Bityutskiy (Артём Битюцкий)