From mboxrd@z Thu Jan 1 00:00:00 1970 From: dan.carpenter@oracle.com (Dan Carpenter) Date: Mon, 1 Dec 2014 22:17:23 +0300 Subject: [Cocci] [PATCH v2] fs-fat: Less function calls in fat_fill_super() after error detection In-Reply-To: <547C89A4.40002@users.sourceforge.net> References: <5317A59D.4@users.sourceforge.net> <5467B12C.4010602@users.sourceforge.net> <54796B5E.5040707@users.sourceforge.net> <87sih22sn8.fsf@devron.myhome.or.jp> <87lhmu2jl8.fsf@devron.myhome.or.jp> <20141201065221.GA4994@mwanda> <547C89A4.40002@users.sourceforge.net> Message-ID: <20141201191723.GG4994@mwanda> To: cocci@systeme.lip6.fr List-Id: cocci@systeme.lip6.fr On Mon, Dec 01, 2014 at 04:30:44PM +0100, SF Markus Elfring wrote: > > Meanwhile Markus's error labels are absolutely useless. They give no > > indication of what going to the label does. > > Which names would be better acceptable for you? You named it after the goto location but the label name should be based on the label location to say what the goto does. Something like "err_put_fsinfo", "err_put_fat", and "err_unload" or like that. regards, dan carpenter