From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from a.ns.miles-group.at ([95.130.255.143] helo=radon.swed.at) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XmHun-0005e1-9a for linux-mtd@lists.infradead.org; Thu, 06 Nov 2014 07:55:34 +0000 Message-ID: <545B295B.7020409@nod.at> Date: Thu, 06 Nov 2014 08:55:07 +0100 From: Richard Weinberger MIME-Version: 1.0 To: dedekind1@gmail.com Subject: Re: [PATCH 08/35] UBI: Split __wl_get_peb() References: <1414586758-9972-1-git-send-email-richard@nod.at> <1414586758-9972-9-git-send-email-richard@nod.at> <1415260306.958.158.camel@sauron.fi.intel.com> In-Reply-To: <1415260306.958.158.camel@sauron.fi.intel.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, tlinder@codeaurora.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Am 06.11.2014 um 08:51 schrieb Artem Bityutskiy: > On Wed, 2014-10-29 at 13:45 +0100, Richard Weinberger wrote: >> Make it two functions, wl_get_wle() and wl_get_peb(). >> wl_get_peb() works exactly like __wl_get_peb() but wl_get_wle() >> does not call produce_free_peb(). >> While refilling the fastmap user pool we cannot release ubi->wl_lock >> as produce_free_peb() does. >> Hence the fastmap logic uses now wl_get_wle(). >> >> Signed-off-by: Richard Weinberger > > Please, re-consider naming. > > The convention is that non-static function names start with ubi_wl_*. > Static function names start with _*. > > Also, please add a comment above the functions explaining what it does. On my TODO list is already a big "enhance comments" item. :) I'll send an updates series soon. Thanks, //richard